Home
last modified time | relevance | path

Searched refs:sCommandsInterfaces (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java76 static private CommandsInterface[] sCommandsInterfaces = null; field in PhoneFactory
159 sCommandsInterfaces = new RIL[numPhones]; in makeDefaultPhone()
168 sCommandsInterfaces[i] = new RIL(context, networkModes[i], in makeDefaultPhone()
219 getLooper(), context, sCommandsInterfaces); in makeDefaultPhone()
276 sCommandsInterfaces = copyOf(sCommandsInterfaces, activeModemCount); in onMultiSimConfigChanged()
281 sCommandsInterfaces[i] = new RIL(context, RILConstants.PREFERRED_NETWORK_MODE, in onMultiSimConfigChanged()
304 sCommandsInterfaces[phoneId], sPhoneNotifier, phoneId, phoneType, in createPhone()
489 return sCommandsInterfaces; in getCommandsInterfaces()