Searched refs:stopVpnProfile (Results 1 – 7 of 7) sorted by relevance
43 void stopVpnProfile(String packageName); in stopVpnProfile() method
424 mService.stopVpnProfile(mContext.getOpPackageName()); in stopProvisionedVpnProfile()
119 verify(mMockService).stopVpnProfile(eq(PKG_NAME)); in testStopProvisionedVpnProfile()
392 public void stopVpnProfile(@NonNull String packageName) { in stopVpnProfile() method in VpnManagerService397 mVpns.get(user).stopVpnProfile(packageName); in stopVpnProfile()
207 assertThrows(SecurityException.class, () -> mService.stopVpnProfile(mNotMyVpnPkg)); in testStopVpnProfileFromDiffPackage()
1432 vpn.stopVpnProfile(TEST_VPN_PKG); in testStopVpnProfileRestrictedUser()1459 vpn.stopVpnProfile(TEST_VPN_PKG); in testStartOpAndFinishOpWillBeCalledWhenPlatformVpnIsOnAndOff()1573 vpn.stopVpnProfile(TEST_VPN_PKG); in testVpnManagerEventForUserDeactivated()1671 vpn.stopVpnProfile(TEST_VPN_PKG); in testReconnectVpnManagerVpnWithAlwaysOnEnabled()
4259 public synchronized void stopVpnProfile(@NonNull String packageName) { in stopVpnProfile() method in Vpn