Searched defs:authorized (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java219 // The package doesn't match. If this VPN was not previously authorized, return false
242 // Check if the caller is authorized.
298 public void setPackageAuthorization(boolean authorized) { argument
299 // Check if the caller is authorized.
311 authorized ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED);
976 // Check if the caller is authorized.
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2771 public void setVpnPackageAuthorization(boolean authorized) { argument
2774 mVpns.get(user).setPackageAuthorization(authorized);

Completed in 823 milliseconds