Searched refs:foregroundPerms (Results 1 – 6 of 6) sorted by relevance
41 val foregroundPerms: List<String>?48 foregroundPerms: List<String>?50 this(pkgInfo, permInfo, permState.granted, permState.permFlags, foregroundPerms)57 val isBackgroundPermission = foregroundPerms?.isNotEmpty() ?: false
49 val foregroundPerms = permMap.getOrPut(backgroundPerm) { mutableListOf() } regex50 foregroundPerms.add(permInfo.name)
112 val foregroundPerms = allForegroundPerms[permName] regex114 foregroundPerms)
443 perm.isGrantedIncludingAppOp, perm.flags or flagsToSet, perm.foregroundPerms)627 perm.foregroundPerms) to shouldKill825 perm.foregroundPerms) to shouldKill872 if (perm.isBackgroundPermission && perm.foregroundPerms != null) {873 for (foregroundPermName in perm.foregroundPerms) {935 if (perm.isBackgroundPermission && perm.foregroundPerms != null) {936 for (foregroundPermName in perm.foregroundPerms) {
387 perm.foregroundPerms)
178 foregroundPerms: List<String>? = null,186 == PERMISSION_GRANTED, flags, foregroundPerms)