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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java459 // Check that the caller is authorized.
530 public boolean setPackageAuthorization(String packageName, boolean authorized) { argument
531 // Check if the caller is authorized.
545 authorized ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED);
1434 // Check if the caller is authorized.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java697 public void setVpnPackageAuthorization(String packageName, int userId, boolean authorized) { argument
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3500 * @param authorized {@code true} if this app should be able to start a VPN connection without
3506 public void setVpnPackageAuthorization(String packageName, int userId, boolean authorized) { argument
3512 vpn.setPackageAuthorization(packageName, authorized);

Completed in 167 milliseconds