Searched refs:BackgroundGrantBehavior (Results 1 – 3 of 3) sorted by relevance
38 val backgroundPrompt = BackgroundGrantBehavior.getPrompt(group, requestedPerms) in getPrompt()64 return BackgroundGrantBehavior.getDenyButton(group, requestedPerms, prompt) in getDenyButton()73 return BackgroundGrantBehavior.isGroupFullyGranted(group, requestedPerms) in isGroupFullyGranted()83 return BackgroundGrantBehavior.isForegroundFullyGranted(group, requestedPerms) in isForegroundFullyGranted()95 return BackgroundGrantBehavior.isPermissionFixed(group, perm) in isPermissionFixed()
39 object BackgroundGrantBehavior : GrantBehavior() { in <lambda>() object
98 import com.android.permissioncontroller.permission.ui.model.grantPermissions.BackgroundGrantBehavior in <lambda>()1272 BackgroundGrantBehavior in <lambda>()