Searched refs:privacySource (Results 1 – 3 of 3) sorted by relevance
77 private val privacySource: NotificationListenerPrivacySource = constant in com.android.permissioncontroller.tests.mocking.privacysources.NotificationListenerPrivacySourceTest189 runWithShellPermissionIdentity { privacySource.safetyCenterEnabledChanged(context, false) } in safetyCenterEnabledChanged_removesNotifications()196 runWithShellPermissionIdentity { privacySource.safetyCenterEnabledChanged(context, false) } in safetyCenterEnabledChanged_doesNotUpdateSafetyCenterData()210 privacySource.safetyCenterEnabledChanged(context, false) in safetyCenterEnabledChanged_notificationListenerCheckDisabled_noSafetyCenterInteractions()217 privacySource.rescanAndPushSafetyCenterData( in rescanAndPushSafetyCenterData_eventDeviceRebooted_updateSafetyCenterData()239 privacySource.rescanAndPushSafetyCenterData( in rescanAndPushSafetyCenterData_updatesSafetyCenterEventRefresh()260 privacySource.rescanAndPushSafetyCenterData( in rescanAndPushSafetyCenterData_updatesSafetyCenterEventUnknown()278 privacySource.rescanAndPushSafetyCenterData( in rescanAndPushSafetyCenterData_notificationListenerCheckDisabled_noSafetyCenterInteractions()
177 val privacySource = mapOfSourceIdsToSources[sourceId] ?: return@launch in refreshSafetySources() constant178 if (privacySource.shouldProcessRequest(context)) { in refreshSafetySources()179 privacySource.rescanAndPushSafetyCenterData(context, intent, refreshEvent) in refreshSafetySources()
261 int privacySource = intent.getIntExtra(Constants.EXTRA_PRIVACY_SOURCE, -1); in logPrivacySourceMetric() local268 + privacySource in logPrivacySourceMetric()275 privacySource, in logPrivacySourceMetric()