Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/grantPermissions/
DLocationGrantBehavior.kt39 val requestsBackground = requestedPerms.any { it in group.backgroundPermNames } in getPrompt() constant
42 return if (!supportsLocationAccuracy(group) || requestsBackground) { in getPrompt()
71 val requestsBackground = requestedPerms.any { it in group.backgroundPermNames } in isGroupFullyGranted() constant
72 if (!supportsLocationAccuracy(group) || requestsBackground) { in isGroupFullyGranted()