Searched refs:ACTION_VPN_IS_UP (Results 1 – 2 of 2) sorted by relevance
46 private static final String ACTION_VPN_IS_UP = "com.android.cts.vpnfirewall.VPN_IS_UP"; field in ReflectorVpnService125 final Intent intent = new Intent(ACTION_VPN_IS_UP); in start()
70 private static final String ACTION_VPN_IS_UP = VPN_PACKAGE + ".VPN_IS_UP"; field in VpnTestHelper116 final IntentFilter intentFilter = new IntentFilter(ACTION_VPN_IS_UP); in waitForVpn()