Searched refs:KEY_SKIP_VALIDATION_CHECKS (Results 1 – 2 of 2) sorted by relevance
61 static final String KEY_SKIP_VALIDATION_CHECKS = TEST_PKG + ".skip_validation_checks"; field in Common134 final boolean skipValidation = extras.getBoolean(KEY_SKIP_VALIDATION_CHECKS); in notifyNetworkStateObserver()
130 private static final String KEY_SKIP_VALIDATION_CHECKS = TEST_PKG + ".skip_validation_checks"; field in AbstractRestrictBackgroundNetworkTestCase820 extras.putBoolean(KEY_SKIP_VALIDATION_CHECKS, !expectAvailable); in launchComponentAndAssertNetworkAccess()849 extras.putBoolean(KEY_SKIP_VALIDATION_CHECKS, !expectAvailable); in launchComponentAndAssertNetworkAccess()