Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/grantPermissions/
DLocationGrantBehavior.kt75 return isForegroundFullyGranted(group, requestedPerms) in isGroupFullyGranted()
78 override fun isForegroundFullyGranted( in isForegroundFullyGranted() method
83 return BackgroundGrantBehavior.isForegroundFullyGranted(group, requestedPerms) in isForegroundFullyGranted()
DGrantBehavior.kt68 open fun isForegroundFullyGranted( in isForegroundFullyGranted() method in com.android.permissioncontroller.permission.ui.model.grantPermissions.GrantBehavior
DBackgroundGrantBehavior.kt179 override fun isForegroundFullyGranted( in <lambda>() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
DGrantPermissionsViewModel.kt614 } else if (behavior.isForegroundFullyGranted(group, groupRequestedPermissions)) { in <lambda>()