Searched refs:ACTION_VPN_ON_START (Results 1 – 2 of 2) sorted by relevance
47 private static final String ACTION_VPN_ON_START = "com.android.cts.vpnfirewall.VPN_ON_START"; field in ReflectorVpnService105 final Intent intent = new Intent(ACTION_VPN_ON_START); in start()
72 private static final String ACTION_VPN_ON_START = VPN_PACKAGE + ".VPN_ON_START"; field in VpnTestHelper92 new BlockingBroadcastReceiver(context, ACTION_VPN_ON_START); in registerOnStartReceiver()