Searched refs:activeModemCount (Results 1 – 1 of 1) sorted by relevance
4315 int activeModemCount = mTelephonyManager.getActiveModemCount(); in testGetSupportedModemCount() local4316 assertTrue(activeModemCount >= 0); in testGetSupportedModemCount()4317 assertTrue(supportedModemCount >= activeModemCount); in testGetSupportedModemCount()4353 int activeModemCount = mTelephonyManager.getActiveModemCount(); in testIsModemEnabledForSlot() local4354 for (int i = 0; i < activeModemCount; i++) { in testIsModemEnabledForSlot()