Home
last modified time | relevance | path

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

1234567

/frameworks/support/slices/core/src/main/java/androidx/slice/compat/
DCompatPermissionManager.java115 Set<String> grant = getPrefs().getStringSet(key, Collections.<String>emptySet()); in getPermissionState() local
117 return new PermissionState(grant, key, hasAllPermissions); in getPermissionState()
125 PermissionState(Set<String> grant, String key, boolean hasAllPermissions) { in PermissionState() argument
129 for (String g : grant) { in PermissionState()
/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/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java755 int grant = GRANT_DENIED; in grantPermissions() local
764 grant = GRANT_INSTALL; in grantPermissions()
772 grant = GRANT_INSTALL; in grantPermissions()
775 grant = GRANT_UPGRADE; in grantPermissions()
780 grant = GRANT_UPGRADE; in grantPermissions()
783 grant = GRANT_RUNTIME; in grantPermissions()
789 grant = GRANT_INSTALL; in grantPermissions()
797 if (grant != GRANT_DENIED) { in grantPermissions()
806 grant = GRANT_DENIED; in grantPermissions()
811 switch (grant) { in grantPermissions()
DPermissionsState.java569 if (!permissionData.grant(userId)) { in grantPermission()
686 public boolean grant(int userId) { in grant() method in PermissionsState.PermissionData
/frameworks/base/keystore/java/android/security/
DKeyStore.java388 public String grant(String key, int uid) { in grant() method in KeyStore
390 String grantAlias = mBinder.grant(key, uid); in grant()
/frameworks/support/
DLICENSE.txt139 6. Trademarks. This License does not grant permission to use the trade
/frameworks/support/lifecycle/compiler/src/main/resources/
DNOTICE.txt144 6. Trademarks. This License does not grant permission to use the trade
381 6. Trademarks. This License does not grant permission to use the trade
591 6. Trademarks. This License does not grant permission to use the trade
801 6. Trademarks. This License does not grant permission to use the trade
1011 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
/frameworks/av/media/libeffects/downmix/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/extractors/midi/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/native/cmds/atrace/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/keystore/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/cmds/vr/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/libstagefright/codecs/on2/dec/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/libs/storage/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/libstagefright/foundation/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/packages/WAPPushManager/
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/av/drm/libdrmframework/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/frameworks/base/cmds/pm/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade

1234567