Searched refs:isRuntimeOnly (Results 1 – 5 of 5) sorted by relevance
328 public boolean isRuntimeOnly() { in isRuntimeOnly() method in Permission334 && (supportsRuntimePermissions || !isRuntimeOnly()); in isGrantingAllowed()
1517 if (!permission.isRuntimeOnly()) {
90 val isRuntimeOnly = constant
223 private val hasPreRuntimePerm = permissions.any { (_, perm) -> !perm.isRuntimeOnly } in <lambda>()
961 (supportsRuntime || !perm.isRuntimeOnly) in <lambda>()