Searched refs:getNotificationController (Results 1 – 6 of 6) sorted by relevance
42 int savedNotificationID = getNotificationController(context).getNotificationId( in onReceive()46 getNotificationController(context).incrementDismissCount(appLocale); in onReceive()53 NotificationController getNotificationController(Context context) { in getNotificationController() method in NotificationCancelReceiver
59 int savedNotificationID = getNotificationController(this).getNotificationId(appLocale); in onCreate()74 protected NotificationController getNotificationController(Context context) { in getNotificationController() method in NotificationActionActivity
303 NotificationController getNotificationController() { in getNotificationController() method in LocaleListEditor
57 doReturn(mNotificationController).when(mReceiver).getNotificationController(any()); in setUp()
70 doReturn(mNotificationController).when(mNotificationActivity).getNotificationController( in testOnCreate_launchSystemLanguageSettings()
159 when(mLocaleListEditor.getNotificationController()).thenReturn( in setUp()