Home
last modified time | relevance | path

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

/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java49 private static final String ACTION_VPN_ON_START = "com.android.cts.vpnfirewall.VPN_ON_START"; field in ReflectorVpnService
113 final Intent intent = new Intent(ACTION_VPN_ON_START); in start()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java72 private static final String ACTION_VPN_ON_START = VPN_PACKAGE + ".VPN_ON_START"; field in VpnTestHelper
92 new BlockingBroadcastReceiver(context, ACTION_VPN_ON_START); in registerOnStartReceiver()