Searched defs:appPerms (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/chre/platform/linux/include/chre/target_platform/ |
H A D | static_nanoapp_init.h | 34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
|
/aosp12/system/chre/platform/slpi/include/chre/target_platform/ |
H A D | static_nanoapp_init.h | 35 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
|
/aosp12/system/chre/platform/freertos/include/chre/target_platform/ |
H A D | static_nanoapp_init.h | 34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
H A D | BackupHelper.java | 560 void restore(@NonNull AppPermissions appPerms, boolean restoreBackgroundPerms) { in restore() 673 AppPermissions appPerms = new AppPermissions(context, pkgInfo, false, null); in fromAppPermissions() local 727 AppPermissions appPerms = new AppPermissions(context, pkgInfo, false, true, null); in restore() local
|
H A D | PermissionControllerServiceImpl.java | 197 @NonNull ArrayList<String> permissions, @NonNull AppPermissions appPerms) { in getRevocableGroupsForPermissions() 335 AppPermissions appPerms = new AppPermissions(this, pkgInfo, false, true, null); in onRevokeRuntimePermissions() local
|