Searched refs:getCachedLocale (Results 1 – 2 of 2) sorted by relevance
246 assertNull(mNotificationInfoProvider.getCachedLocale()); in test_notificationInfoProvider()250 assertEquals(Locale.ENGLISH, mNotificationInfoProvider.getCachedLocale()); in test_notificationInfoProvider()256 assertEquals(Locale.ENGLISH, mNotificationInfoProvider.getCachedLocale()); in test_notificationInfoProvider()262 assertEquals(Locale.ITALY, mNotificationInfoProvider.getCachedLocale()); in test_notificationInfoProvider()
270 Locale getCachedLocale() { in getCachedLocale() method in DeviceStateNotificationController.NotificationInfoProvider