Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetyCenterNotificationLoggingHelperTests.kt64 SafetyCenterFlags.notificationsAllowedSources = setOf(SINGLE_SOURCE_ID) in setUp()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt127 SafetyCenterFlags.notificationsAllowedSources = emptySet() in setSafetySourceData_withoutNotificationsAllowedSource_noNotification()
293 SafetyCenterFlags.notificationsAllowedSources = setOf(uniqueSafetySourceId) in setSafetySourceData_withNotificationsAllowedForSourceByFlag_sendsNotification()
345 SafetyCenterFlags.notificationsAllowedSources = emptySet() in setSafetySourceData_withNotificationsAllowedForSourceByConfig_sendsNotification()
1319 SafetyCenterFlags.notificationsAllowedSources = sourceIds.toSet() in setFlagsForImmediateNotifications()
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterFlags.kt336 var notificationsAllowedSources: Set<String> by notificationsAllowedSourcesFlag in <lambda>() variable
/packages/modules/Permission/tests/functional/safetycenter/multiusers/src/android/safetycenter/functional/multiusers/
DSafetyCenterMultiUsersTest.kt1526 SafetyCenterFlags.notificationsAllowedSources = setOf(SINGLE_SOURCE_ALL_PROFILE_ID) in setSafetySourceData_notificationsAllowed_workProfile_sendsNotification()