Searched refs:MyVpnService (Results 1 – 2 of 2) sorted by relevance
243 Intent intent = new Intent(mActivity, MyVpnService.class) in startVpn()295 Intent intent = new Intent(mActivity, MyVpnService.class) in stopVpn()688 getInstrumentation().getTargetContext(), MyVpnService.ACTION_ESTABLISHED); in testDefault()700 intent.getBooleanExtra(MyVpnService.EXTRA_ALWAYS_ON, true)); in testDefault()702 intent.getBooleanExtra(MyVpnService.EXTRA_LOCKDOWN_ENABLED, true)); in testDefault()
33 public class MyVpnService extends VpnService { class