Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DTestCaseThatRunsIfTelephonyIsEnabled.java30 if (isTelephonySupported(getInstrumentation().getContext())) { in runTest()
35 private static boolean isTelephonySupported(Context context) { in isTelephonySupported() method in TestCaseThatRunsIfTelephonyIsEnabled
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiFeature.java33 public static boolean isTelephonySupported(Context context) { in isTelephonySupported() method in WifiFeature
DWifiManagerTest.java3326 if (!WifiFeature.isTelephonySupported(getContext())) { in testGetCountryCode()