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.java68 static private CommandsInterface[] sCommandsInterfaces = null; field in PhoneFactory
136 sCommandsInterfaces = new RIL[numPhones]; in makeDefaultPhone()
144 sCommandsInterfaces[i] = new RIL(context, networkModes[i], in makeDefaultPhone()
148 SubscriptionController.init(context, sCommandsInterfaces); in makeDefaultPhone()
152 mUiccController = UiccController.make(context, sCommandsInterfaces); in makeDefaultPhone()
159 sCommandsInterfaces[i], sPhoneNotifier, i); in makeDefaultPhone()
163 sCommandsInterfaces[i], sPhoneNotifier, i); in makeDefaultPhone()
171 mUiccController, sCommandsInterfaces); in makeDefaultPhone()
177 sCommandsInterface = sCommandsInterfaces[0]; in makeDefaultPhone()
196 sProxyPhones, sCommandsInterfaces); in makeDefaultPhone()
[all …]