Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DSplitAppTest.java203 updateLocale(r, Locale.ENGLISH); in testLocale()
207 updateLocale(r, Locale.GERMAN); in testLocale()
211 updateLocale(r, Locale.FRENCH); in testLocale()
545 private static void updateLocale(Resources r, Locale locale) { in updateLocale() method in SplitAppTest