Searched refs:sCommandsInterfaces (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 72 static private CommandsInterface[] sCommandsInterfaces = null; field in PhoneFactory 157 sCommandsInterfaces = new RIL[numPhones]; in makeDefaultPhone() 166 sCommandsInterfaces[i] = new RIL(context, networkModes[i], in makeDefaultPhone() 172 sUiccController = UiccController.make(context, sCommandsInterfaces); in makeDefaultPhone() 175 SubscriptionController.init(context, sCommandsInterfaces); in makeDefaultPhone() 189 sCommandsInterfaces[i], sPhoneNotifier, i, in makeDefaultPhone() 194 sCommandsInterfaces[i], sPhoneNotifier, i, in makeDefaultPhone() 208 sCommandsInterface = sCommandsInterfaces[0]; in makeDefaultPhone() 228 BackgroundThread.get().getLooper(), context, sPhones, sCommandsInterfaces); in makeDefaultPhone() 272 sContext, sc, Looper.myLooper(), tr, sCommandsInterfaces, in makeDefaultPhone() [all …]
|