Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCarrierServiceTest.java41 mHasCellular = hasCellular(); in setUp()
47 private static boolean hasCellular() { in hasCellular() method in CarrierServiceTest
DSubscriptionManagerTest.java165 final boolean hasCellular = findCellularNetwork() != null; in testCorrectness()
166 if (isSupported() && !hasCellular) { in testCorrectness()
169 } else if (!isSupported() && hasCellular) { in testCorrectness()
DTelephonyManagerTest.java373 if (!hasCellular()) return; in saveAllowedNetworkTypesForAllReasons()
442 private boolean hasCellular() { in hasCellular() method in TelephonyManagerTest
449 if (!hasCellular()) return; in testHasCarrierPrivilegesViaCarrierConfigs()
4618 if (!hasCellular()) return; in testCheckCarrierPrivilegesForPackageThrowsExceptionWithoutReadPrivilege()
4657 if (!hasCellular()) return; in testGetCarrierPackageNamesForIntentAndPhoneThrowsExceptionWithoutReadPrivilege()
4689 if (!hasCellular()) return; in testGetPackagesWithCarrierPrivilegesThrowsExceptionWithoutReadPrivilege()