Searched refs:stopVpnProfile (Results 1 – 4 of 4) sorted by relevance
43 void stopVpnProfile(String packageName); in stopVpnProfile() method
424 mService.stopVpnProfile(mContext.getOpPackageName()); in stopProvisionedVpnProfile()
397 public void stopVpnProfile(@NonNull String packageName) { in stopVpnProfile() method in VpnManagerService402 mVpns.get(user).stopVpnProfile(packageName); in stopVpnProfile()
4855 public synchronized void stopVpnProfile(@NonNull String packageName) { in stopVpnProfile() method in Vpn