Searched refs:PrivacySource (Results 1 – 9 of 9) sorted by relevance
47 private fun createMapOfSourceIdsToSources(context: Context): Map<String, PrivacySource> { in <lambda>()48 val sourceMap: MutableMap<String, PrivacySource> = mutableMapOf() in <lambda>()67 private val getMapOfSourceIdsToSources: (Context) -> Map<String, PrivacySource> =130 privacySources: Collection<PrivacySource> in safetyCenterEnabledChanged()172 mapOfSourceIdsToSources: Map<String, PrivacySource>, in refreshSafetySources()185 private fun PrivacySource.shouldProcessRequest(context: Context): Boolean { in shouldProcessRequest() method
22 interface PrivacySource { interface
27 class LocationAccessPrivacySource : PrivacySource {
30 class AutoRevokePrivacySource : PrivacySource {
44 class WorkPolicyInfo(private val workPolicyUtils: WorkPolicyUtils) : PrivacySource {
1165 class NotificationListenerPrivacySource : PrivacySource {
105 PrivacySource {
37 import com.android.permissioncontroller.privacysources.PrivacySource81 @Mock lateinit var mockPrivacySource: PrivacySource82 @Mock lateinit var mockPrivacySource2: PrivacySource
38 import com.android.permissioncontroller.privacysources.PrivacySource51 class AppDataSharingUpdatesPrivacySource : PrivacySource {