Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java265 public static void onMultiSimConfigChanged(Context context, int activeModemCount) { in onMultiSimConfigChanged()
DPhoneSwitcher.java614 int activeModemCount = (int) ((AsyncResult) msg.obj).result; in handleMessage() local
621 private synchronized void onMultiSimConfigChanged(int activeModemCount) { in onMultiSimConfigChanged()
DSubscriptionInfoUpdater.java360 int activeModemCount = ((TelephonyManager) sContext.getSystemService( in onMultiSimConfigChanged() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSwitcherTest.java1111 private void setNumPhones(int activeModemCount, int supportedModemCount) throws Exception { in setNumPhones()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java537 int activeModemCount = (int) ((AsyncResult) msg.obj).result; in handleMessage() local