Searched refs:isTelephonySupported (Results 1 – 3 of 3) sorted by relevance
30 if (isTelephonySupported(getInstrumentation().getContext())) { in runTest()35 private static boolean isTelephonySupported(Context context) { in isTelephonySupported() method in TestCaseThatRunsIfTelephonyIsEnabled
33 public static boolean isTelephonySupported(Context context) { in isTelephonySupported() method in WifiFeature
3326 if (!WifiFeature.isTelephonySupported(getContext())) { in testGetCountryCode()