Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DLocalesSetUsingFrameworkApiTestCase.kt51 AppCompatDelegate.getLocaleManagerForApplication(), in setUp()
89 AppCompatDelegate.getLocaleManagerForApplication() in testSetApplicationLocales_postT_frameworkApiCalled()
103 AppCompatDelegate.getLocaleManagerForApplication(), in teardown()
DLocalesSyncToFrameworkTestCase.kt58 AppCompatDelegate.getLocaleManagerForApplication(), in setUp()
123 AppCompatDelegate.getLocaleManagerForApplication() in testAutoSync_preTToPostT_syncsSuccessfully()
152 AppCompatDelegate.getLocaleManagerForApplication(), in teardown()
DSystemLocalesMaintainedOnAppLanguageChangeTestCase.kt75 AppCompatDelegate.getLocaleManagerForApplication(), in teardown()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegate.java784 Object localeManager = getLocaleManagerForApplication(); in setApplicationLocales()
819 Object localeManager = getLocaleManagerForApplication(); in getApplicationLocales()
889 static Object getLocaleManagerForApplication() { in getLocaleManagerForApplication() method in AppCompatDelegate