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.java85 static private CommandsInterface[] sCommandsInterfaces = null; field in PhoneFactory
179 sCommandsInterfaces = new RIL[numPhones]; in makeDefaultPhone()
188 sCommandsInterfaces[i] = new RIL(context, in makeDefaultPhone()
195 sCommandsInterfaces[0].getHalVersion(HAL_SERVICE_RADIO)); in makeDefaultPhone()
197 sCommandsInterfaces[0]); in makeDefaultPhone()
308 sCommandsInterfaces = copyOf(sCommandsInterfaces, activeModemCount); in onMultiSimConfigChanged()
313 sCommandsInterfaces[i] = new RIL(context, RadioAccessFamily.getRafFromNetworkType( in onMultiSimConfigChanged()
337 sCommandsInterfaces[phoneId], sPhoneNotifier, phoneId, phoneType, in createPhone()
486 return sCommandsInterfaces; in getCommandsInterfaces()