Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DMyVpnService.java50 public static final String EXTRA_LOCKDOWN_ENABLED = "is-lockdown-enabled"; field in MyVpnService
205 bcIntent.putExtra(EXTRA_LOCKDOWN_ENABLED, isLockdownEnabled()); in broadcastEstablished()
DVpnTest.java1011 intent.getBooleanExtra(MyVpnService.EXTRA_LOCKDOWN_ENABLED, true)); in testDefault()