/cts/tests/tests/telephony/current/preconditions/preparerApp/src/android/telephony/cts/preconditions/preparerApp/ |
D | TelephonyPreparerAppTest.java | 36 private boolean hasTelephony() { in hasTelephony() method in TelephonyPreparerAppTest 46 if (!hasTelephony()) return; in testPhoneNumberPresent() 55 if (!hasTelephony()) return; in testEnsureWifiDisabled()
|
/cts/tests/tests/telephony/current/preconditions/cleanerApp/src/android/telephony/cts/preconditions/cleanerApp/ |
D | TelephonyCleanerAppTest.java | 30 private boolean hasTelephony() { in hasTelephony() method in TelephonyCleanerAppTest 36 if (!hasTelephony()) return; in testEnsureWifiEnabled()
|
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/ |
D | CellBroadcastProviderTest.java | 19 import static android.telephony.cts.util.DefaultSmsAppHelper.hasTelephony; 33 mHasTelephony = hasTelephony(); in setUp()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/util/ |
D | DefaultSmsAppHelper.java | 48 if (!hasTelephony() || !hasSms()) { in ensureDefaultSmsApp() 165 Assume.assumeTrue(hasTelephony()); in assumeTelephony() 172 public static boolean hasTelephony() { in hasTelephony() method in DefaultSmsAppHelper
|
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | BaseCarrierApiTest.java | 92 FeatureUtil.hasTelephony()); in ensurePreconditionsMet()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
D | FeatureSummaryActivity.java | 277 boolean hasTelephony = false; in onCreate() 356 hasTelephony = hasTelephony || PackageManager.FEATURE_TELEPHONY.equals(f.name); in onCreate() 446 if (!hasWifi && !hasTelephony && !hasBluetooth) { in onCreate()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | FeatureUtil.java | 128 public static boolean hasTelephony() { in hasTelephony() method in FeatureUtil
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | VoicemailContractTest.java | 234 if (!hasTelephony(getInstrumentation().getContext())) { in testForeignUpdate_dirty() 258 if (!hasTelephony(getInstrumentation().getContext())) { in testForeignUpdate_retainDirty_notDirty() 284 if (!hasTelephony(getInstrumentation().getContext())) { in testForeignUpdate_explicitNotDirty() 306 if (!hasTelephony(getInstrumentation().getContext())) { in testForeignUpdate_null_dirty() 328 if (!hasTelephony(getInstrumentation().getContext())) { in testForeignUpdate_NotNormalized_normalized() 558 private static boolean hasTelephony(Context context) { in hasTelephony() method in VoicemailContractTest
|
/cts/tests/tests/carrierapi/targetprep/device/src/android/carrierapi/cts/targetprep/ |
D | CsimRemover.java | 72 assumeTrue("No cellular support, CSIM removal will be skipped", FeatureUtil.hasTelephony()); in ensurePreconditionsMet()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CarrierConfigManagerTest.java | 150 private boolean hasTelephony() { in hasTelephony() method in CarrierConfigManagerTest 167 "Config should only be null when telephony is not running.", hasTelephony()); in checkConfig() 589 if (!hasTelephony()) { in testExtraRebroadcastOnUnlock()
|