Searched defs:Collection (Results 1 – 2 of 2) sorted by relevance
203 private fun Collection<Map.Entry<String, Long>>.filterAccessTimeLaterThan(startTime: Long) = in <lambda>() method209 private fun Collection<Map.Entry<String, Long>>.filterOutPermissionsNotRequestedByApp( in <lambda>() method218 private fun Collection<Map.Entry<String, Long>>.filterOutSystemAppPermissionsIfNecessary( in <lambda>() method230 private fun Collection<Map.Entry<String, Long>>.filterOutExemptedPermissionGroupsFromKeys() = in <lambda>() method239 private fun Collection<String>.filterOutExemptedPermissionGroups() = filter { in <lambda>() method244 private fun Collection<LightPackageOps>.filterOutExemptedApps() = filter { in <lambda>() method252 private fun Collection<String>.containsSystemAppPermission( in <lambda>() method
48 private fun Collection<Annotation>.deletionTriggers(): Set<DeletionTrigger> { in deletionTriggers() method