Home
last modified time | relevance | path

Searched refs:KEY_SKIP_VALIDATION_CHECKS (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DCommon.java61 static final String KEY_SKIP_VALIDATION_CHECKS = TEST_PKG + ".skip_validation_checks"; field in Common
134 final boolean skipValidation = extras.getBoolean(KEY_SKIP_VALIDATION_CHECKS); in notifyNetworkStateObserver()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DAbstractRestrictBackgroundNetworkTestCase.java130 private static final String KEY_SKIP_VALIDATION_CHECKS = TEST_PKG + ".skip_validation_checks"; field in AbstractRestrictBackgroundNetworkTestCase
820 extras.putBoolean(KEY_SKIP_VALIDATION_CHECKS, !expectAvailable); in launchComponentAndAssertNetworkAccess()
849 extras.putBoolean(KEY_SKIP_VALIDATION_CHECKS, !expectAvailable); in launchComponentAndAssertNetworkAccess()