Searched refs:MyVpnService (Results 1 – 2 of 2) sorted by relevance
226 Intent intent = new Intent(mActivity, MyVpnService.class) in startVpn()278 Intent intent = new Intent(mActivity, MyVpnService.class) in stopVpn()582 getInstrumentation().getTargetContext(), MyVpnService.ACTION_ESTABLISHED); in testDefault()594 intent.getBooleanExtra(MyVpnService.EXTRA_ALWAYS_ON, true)); in testDefault()596 intent.getBooleanExtra(MyVpnService.EXTRA_LOCKDOWN_ENABLED, true)); in testDefault()
33 public class MyVpnService extends VpnService { class