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.java69 static private CommandsInterface[] sCommandsInterfaces = null; field in PhoneFactory
152 sCommandsInterfaces = new RIL[numPhones]; in makeDefaultPhone()
161 sCommandsInterfaces[i] = new RIL(context, networkModes[i], in makeDefaultPhone()
165 SubscriptionController.init(context, sCommandsInterfaces); in makeDefaultPhone()
169 sUiccController = UiccController.make(context, sCommandsInterfaces); in makeDefaultPhone()
176 sCommandsInterfaces[i], sPhoneNotifier, i, in makeDefaultPhone()
181 sCommandsInterfaces[i], sPhoneNotifier, i, in makeDefaultPhone()
194 sCommandsInterface = sCommandsInterfaces[0]; in makeDefaultPhone()
213 sPhones, sCommandsInterfaces); in makeDefaultPhone()
231 sContext, sc, Looper.myLooper(), tr, sCommandsInterfaces, in makeDefaultPhone()
[all …]