Home
last modified time | relevance | path

Searched refs:hasTelephony (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/telephony/current/preconditions/preparerApp/src/android/telephony/cts/preconditions/preparerApp/
DTelephonyPreparerAppTest.java36 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/
DTelephonyCleanerAppTest.java30 private boolean hasTelephony() { in hasTelephony() method in TelephonyCleanerAppTest
36 if (!hasTelephony()) return; in testEnsureWifiEnabled()
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DCellBroadcastProviderTest.java19 import static android.telephony.cts.util.DefaultSmsAppHelper.hasTelephony;
33 mHasTelephony = hasTelephony(); in setUp()
/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DDefaultSmsAppHelper.java48 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/
DBaseCarrierApiTest.java92 FeatureUtil.hasTelephony()); in ensurePreconditionsMet()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
DFeatureSummaryActivity.java277 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/
DFeatureUtil.java128 public static boolean hasTelephony() { in hasTelephony() method in FeatureUtil
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DVoicemailContractTest.java234 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/
DCsimRemover.java72 assumeTrue("No cellular support, CSIM removal will be skipped", FeatureUtil.hasTelephony()); in ensurePreconditionsMet()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCarrierConfigManagerTest.java150 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()