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.java4315 int activeModemCount = mTelephonyManager.getActiveModemCount(); in testGetSupportedModemCount() local
4316 assertTrue(activeModemCount >= 0); in testGetSupportedModemCount()
4317 assertTrue(supportedModemCount >= activeModemCount); in testGetSupportedModemCount()
4353 int activeModemCount = mTelephonyManager.getActiveModemCount(); in testIsModemEnabledForSlot() local
4354 for (int i = 0; i < activeModemCount; i++) { in testIsModemEnabledForSlot()