Searched refs:authorized (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl113 void setVpnPackageAuthorization(String packageName, int userId, boolean authorized);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java619 public void setVpnPackageAuthorization(String packageName, int userId, boolean authorized) { argument
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java604 // Check that the caller is authorized.
676 public boolean setPackageAuthorization(String packageName, boolean authorized) { argument
677 // Check if the caller is authorized.
691 authorized ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED);
1672 // Check if the caller is authorized.
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3434 * @param authorized {@code true} if this app should be able to start a VPN connection without
3440 public void setVpnPackageAuthorization(String packageName, int userId, boolean authorized) { argument
3446 vpn.setPackageAuthorization(packageName, authorized);

Completed in 72 milliseconds