Home
last modified time | relevance | path

Searched refs:mapOfSourceIdsToSources (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DSafetyCenterReceiver.kt88 val mapOfSourceIdsToSources = getMapOfSourceIdsToSources(context) in onReceive() constant
95 mapOfSourceIdsToSources.values in onReceive()
106 mapOfSourceIdsToSources, in onReceive()
119 mapOfSourceIdsToSources, in onReceive()
120 mapOfSourceIdsToSources.keys.toList() in onReceive()
172 mapOfSourceIdsToSources: Map<String, PrivacySource>, in refreshSafetySources()
177 val privacySource = mapOfSourceIdsToSources[sourceId] ?: return@launch in refreshSafetySources()