Searched refs:refreshNotificationInfos (Results 1 – 2 of 2) sorted by relevance
249 verify(mNotificationInfoProvider).refreshNotificationInfos(eq(Locale.ENGLISH)); in test_notificationInfoProvider()255 verify(mNotificationInfoProvider, never()).refreshNotificationInfos(eq(Locale.ENGLISH)); in test_notificationInfoProvider()261 verify(mNotificationInfoProvider).refreshNotificationInfos(eq(Locale.ITALY)); in test_notificationInfoProvider()
262 refreshNotificationInfos(locale); in getNotificationInfos()277 public void refreshNotificationInfos(Locale locale) { in refreshNotificationInfos() method in DeviceStateNotificationController.NotificationInfoProvider