Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java3239 int activeModemCount = mTelephonyManager.getActiveModemCount(); in testGetSupportedModemCount() local
3240 assertTrue(activeModemCount >= 0); in testGetSupportedModemCount()
3241 assertTrue(supportedModemCount >= activeModemCount); in testGetSupportedModemCount()
3281 int activeModemCount = mTelephonyManager.getActiveModemCount(); in testIsModemEnabledForSlot() local
3282 for (int i = 0; i < activeModemCount; i++) { in testIsModemEnabledForSlot()