Home
last modified time | relevance | path

Searched refs:refreshNotificationInfos (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateNotificationControllerTest.java249 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()
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java262 refreshNotificationInfos(locale); in getNotificationInfos()
277 public void refreshNotificationInfos(Locale locale) { in refreshNotificationInfos() method in DeviceStateNotificationController.NotificationInfoProvider