Home
last modified time | relevance | path

Searched refs:hasPermWithBackgroundMode (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/livedatatypes/
H A DLightAppPermGroup.kt91 val hasPermWithBackgroundMode = backgroundPermNames.isNotEmpty() regex
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
H A DGrantPermissionsViewModel.kt306 if (isBackground || groupState.group.hasPermWithBackgroundMode) {
365 if (isBackground || groupState.group.hasPermWithBackgroundMode) {
H A DAppPermissionViewModel.kt234 if (group.hasPermWithBackgroundMode) {