Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerPrivacySourceTest.kt100 setNotificationListenerCheckEnabled(true) in setup()
208 setNotificationListenerCheckEnabled(false) in safetyCenterEnabledChanged_notificationListenerCheckDisabled_noSafetyCenterInteractions()
276 setNotificationListenerCheckEnabled(false) in rescanAndPushSafetyCenterData_notificationListenerCheckDisabled_noSafetyCenterInteractions()
287 private fun setNotificationListenerCheckEnabled(enabled: Boolean) { in setNotificationListenerCheckEnabled() method
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DNotificationListenerCheckWithSafetyCenterUnsupportedTest.java80 setNotificationListenerCheckEnabled(false); in noNotifications_featureDisabled_safetyCenterEnabled()
100 setNotificationListenerCheckEnabled(false); in noNotifications_featureDisabled_safetyCenterDisabled()
DNotificationListenerCheckTest.java89 setNotificationListenerCheckEnabled(false); in noNotificationIfFeatureDisabled()
DBaseNotificationListenerCheckTest.java166 protected static void setNotificationListenerCheckEnabled(boolean enabled) { in setNotificationListenerCheckEnabled() method in BaseNotificationListenerCheckTest