Searched refs:sResources (Results 1 – 2 of 2) sorted by relevance
45 private static Resources sResources; field in SubtypeLocale81 sResources = res; in init()152 return sResources.getConfiguration().locale; in getDisplayLocaleOfSubtypeLocale()158 final Locale displayLocale = sResources.getConfiguration().locale; in getSubtypeLocaleDisplayNameInSystemLocale()178 displayName = getExceptionalName.runInLocale(sResources, displayLocale); in getSubtypeLocaleDisplayNameInternal()181 return sResources.getString(R.string.subtype_no_language); in getSubtypeLocaleDisplayNameInternal()216 final Locale displayLocale = sResources.getConfiguration().locale; in getSubtypeDisplayNameInSystemLocale()247 getSubtypeName.runInLocale(sResources, displayLocale), displayLocale); in getSubtypeDisplayNameInternal()
40 private static volatile Resources sResources = null; field in CachingPipeline69 return sResources; in getResources()73 sResources = resources; in setResources()90 sResources = context.getResources(); in createRenderscriptContext()98 sResources = null; in destroyRenderScriptContext()