Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DImportanceResetPreferenceController.java60 mBackend.resetNotificationImportance(); in onClick()
DNotificationBackend.java639 public void resetNotificationImportance() { in resetNotificationImportance() method in NotificationBackend
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DImportanceResetPreferenceControllerTest.java76 verify(mBackend, times(1)).resetNotificationImportance(); in onClick_callReset()