Home
last modified time | relevance | path

Searched refs:getNotificationController (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationCancelReceiver.java42 int savedNotificationID = getNotificationController(context).getNotificationId( in onReceive()
46 getNotificationController(context).incrementDismissCount(appLocale); in onReceive()
53 NotificationController getNotificationController(Context context) { in getNotificationController() method in NotificationCancelReceiver
DNotificationActionActivity.java59 int savedNotificationID = getNotificationController(this).getNotificationId(appLocale); in onCreate()
74 protected NotificationController getNotificationController(Context context) { in getNotificationController() method in NotificationActionActivity
DLocaleListEditor.java303 NotificationController getNotificationController() { in getNotificationController() method in LocaleListEditor
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DNotificationCancelReceiverTest.java57 doReturn(mNotificationController).when(mReceiver).getNotificationController(any()); in setUp()
DNotificationActionActivityTest.java70 doReturn(mNotificationController).when(mNotificationActivity).getNotificationController( in testOnCreate_launchSystemLanguageSettings()
DLocaleListEditorTest.java159 when(mLocaleListEditor.getNotificationController()).thenReturn( in setUp()