Home
last modified time | relevance | path

Searched refs:sResources (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtils.java57 private static Resources sResources; field in SubtypeLocaleUtils
101 sResources = res; in initLocked()
175 return sResources.getConfiguration().locale; in getDisplayLocaleOfSubtypeLocale()
185 final Locale displayLocale = sResources.getConfiguration().locale; in getSubtypeLocaleDisplayNameInSystemLocale()
212 return sResources.getString(R.string.subtype_no_language); in getSubtypeLocaleDisplayNameInternal()
232 displayName = getExceptionalName.runInLocale(sResources, displayLocale); in getSubtypeLocaleDisplayNameInternal()
271 final Locale displayLocale = sResources.getConfiguration().locale; in getSubtypeDisplayNameInSystemLocale()
307 getSubtypeName.runInLocale(sResources, displayLocale), displayLocale); in getSubtypeDisplayNameInternal()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/testutils/
DShadowApplicationPackageManager.java34 private static Resources sResources = null; field in ShadowApplicationPackageManager
38 sResources = null; in reset()
51 return sResources; in getResourcesForApplication()
55 sResources = resources; in setResources()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowApplicationPackageManager.java51 private static Resources sResources = null; field in ShadowApplicationPackageManager
66 sResources = null; in reset()
102 return sResources; in getResourcesForApplication()
202 sResources = resources; in setResources()