Home
last modified time | relevance | path

Searched defs:activeModemCount (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DProxyControllerTest.java89 int activeModemCount = 2; in testRequestNotSupported() local
121 int activeModemCount = 2; in testWithNonPermanentExceptionOnRCResponse_WithExceptionOnFinishResponse() local
153 int activeModemCount = 2; in testWithNonPermanentExceptionOnRCResponse_WithoutExceptionOnFinishResponse() local
181 int activeModemCount = 2; in testOnRCResponseTimeout_WithExceptionOnFinishResponse() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java297 public static void onMultiSimConfigChanged(Context context, int activeModemCount) { in onMultiSimConfigChanged()
DSimultaneousCallingTracker.java138 int activeModemCount = (int) ((AsyncResult) msg.obj).result; in handleMessage() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java901 int activeModemCount = (int) ((AsyncResult) msg.obj).result; in handleMessage() local
963 private synchronized void onMultiSimConfigChanged(int activeModemCount) { in onMultiSimConfigChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java2074 private void setNumPhones(int activeModemCount, int supportedModemCount) throws Exception { in setNumPhones()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java642 int activeModemCount = (int) ((AsyncResult) msg.obj).result; in handleMessage() local