Home
last modified time | relevance | path

Searched refs:grant (Results 1 – 25 of 158) sorted by relevance

1234567

/frameworks/base/core/java/android/webkit/
DPermissionRequest.java92 public abstract void grant(String[] resources); in grant() method in PermissionRequest
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerBackupHelper.java173 for (Pair<String, Integer> grant : allAccountGrants) { in backupAccountAccessPermissions()
174 final String accountName = grant.first; in backupAccountAccessPermissions()
175 final int uid = grant.second; in backupAccountAccessPermissions()
/frameworks/rs/perf-test-scripts/
Dtiming189 adb shell pm grant com.android.rs.imagejb android.permission.READ_EXTERNAL_STORAGE
190 adb shell pm grant com.android.rs.imagejb android.permission.WRITE_EXTERNAL_STORAGE
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DApplicationKeyStorage.java75 return mKeystoreService.grant(keystoreAlias, uid); in getGrantAlias()
/frameworks/base/core/proto/android/debug/
Denums.proto47 * grant has not yet expired.
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionsState.java618 if (!permissionData.grant(userId)) { in grantPermission()
745 public boolean grant(int userId) { in grant() method in PermissionsState.PermissionData
DPermissionManagerService.java1012 int grant = GRANT_DENIED; in restorePermissionState() local
1021 grant = GRANT_INSTALL; in restorePermissionState()
1027 grant = GRANT_UPGRADE; in restorePermissionState()
1030 grant = GRANT_RUNTIME; in restorePermissionState()
1036 grant = GRANT_INSTALL; in restorePermissionState()
1045 if (grant != GRANT_DENIED) { in restorePermissionState()
1055 grant = GRANT_DENIED; in restorePermissionState()
1060 switch (grant) { in restorePermissionState()
/frameworks/ml/nn/runtime/
DNOTICE150 6. Trademarks. This License does not grant permission to use the trade
332 6. Trademarks. This License does not grant permission to use the trade
445 means having the right to grant, to the maximum extent possible,
446 whether at the time of the initial grant or subsequently, any and
462 Contributor that would be infringed, but for the grant of the
529 This License does not grant any rights in the trademarks, service marks,
544 to grant the rights to its Contributions conveyed by this License.
1052 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/keystore/java/android/security/
DKeyStore.java413 public String grant(String key, int uid) { in grant() method in KeyStore
415 String grantAlias = mBinder.grant(key, uid); in grant()
/frameworks/av/media/extractors/mpeg2/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/cmds/requestsync/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/codec2/components/flac/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/packages/Keyguard/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/packages/PackageInstaller/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/libstagefright/codecs/aacdec/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/native/libs/ui/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/libs/hwui/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/services/mediaextractor/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/cmds/appwidget/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/packages/InputDevices/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/extractors/aac/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/cmds/bmgr/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/libstagefright/rtsp/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/services/camera/libcameraservice/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade

1234567