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()
262 private Locale mCachedLocale; field in ProgressBar1615 if (!curLocale.equals(mCachedLocale)) { in formatStateDescription()1616 mCachedLocale = curLocale; in formatStateDescription()