Home
last modified time | relevance | path

Searched refs:removeNotificationInfo (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationController.java118 public void removeNotificationInfo(@NonNull String locale) { in removeNotificationInfo() method in NotificationController
119 mDataManager.removeNotificationInfo(locale); in removeNotificationInfo()
DLocaleNotificationDataManager.java79 public void removeNotificationInfo(String locale) { in removeNotificationInfo() method in LocaleNotificationDataManager
DLocaleDragAndDropAdapter.java286 controller.removeNotificationInfo(localeInfo.getLocale().toLanguageTag()); in removeChecked()
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocaleNotificationDataManagerTest.java79 mDataManager.removeNotificationInfo(locale); in testRemoveNotificationInfo()
DNotificationControllerTest.java82 mNotificationController.removeNotificationInfo(enUS); in testRemoveNotificationInfo_removed()