Searched refs:isForegroundFullyGranted (Results 1 – 4 of 4) sorted by relevance
75 return isForegroundFullyGranted(group, requestedPerms) in isGroupFullyGranted()78 override fun isForegroundFullyGranted( in isForegroundFullyGranted() method83 return BackgroundGrantBehavior.isForegroundFullyGranted(group, requestedPerms) in isForegroundFullyGranted()
68 open fun isForegroundFullyGranted( in isForegroundFullyGranted() method in com.android.permissioncontroller.permission.ui.model.grantPermissions.GrantBehavior
179 override fun isForegroundFullyGranted( in <lambda>() method
614 } else if (behavior.isForegroundFullyGranted(group, groupRequestedPermissions)) { in <lambda>()