Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateNotificationControllerTest.java246 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()
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java270 Locale getCachedLocale() { in getCachedLocale() method in DeviceStateNotificationController.NotificationInfoProvider