Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java79 static private CommandsInterface[] sCommandsInterfaces = null; field in PhoneFactory
166 sCommandsInterfaces = new RIL[numPhones]; in makeDefaultPhone()
175 sCommandsInterfaces[i] = new RIL(context, in makeDefaultPhone()
182 sCommandsInterfaces[0].getHalVersion()); in makeDefaultPhone()
184 sCommandsInterfaces[0]); in makeDefaultPhone()
297 sCommandsInterfaces = copyOf(sCommandsInterfaces, activeModemCount); in onMultiSimConfigChanged()
302 sCommandsInterfaces[i] = new RIL(context, RadioAccessFamily.getRafFromNetworkType( in onMultiSimConfigChanged()
326 sCommandsInterfaces[phoneId], sPhoneNotifier, phoneId, phoneType, in createPhone()
501 return sCommandsInterfaces; in getCommandsInterfaces()