Searched refs:mCachedLocale (Results 1 – 2 of 2) sorted by relevance
247 Locale mCachedLocale; field in DeviceStateNotificationController.NotificationInfoProvider261 if (!locale.equals(mCachedLocale)) { in getNotificationInfos()272 return mCachedLocale; in getCachedLocale()279 mCachedLocale = locale; in refreshNotificationInfos()
253 private Locale mCachedLocale; field in ProgressBar1606 if (!curLocale.equals(mCachedLocale)) { in formatStateDescription()1607 mCachedLocale = curLocale; in formatStateDescription()