Searched refs:activeModemCount (Results 1 – 1 of 1) sorted by relevance
3256 int activeModemCount = mTelephonyManager.getActiveModemCount(); in testGetSupportedModemCount() local3257 assertTrue(activeModemCount >= 0); in testGetSupportedModemCount()3258 assertTrue(supportedModemCount >= activeModemCount); in testGetSupportedModemCount()3298 int activeModemCount = mTelephonyManager.getActiveModemCount(); in testIsModemEnabledForSlot() local3299 for (int i = 0; i < activeModemCount; i++) { in testIsModemEnabledForSlot()