Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DLocaleManager.java167 public LocaleList getSystemLocales() { in getSystemLocales() method in LocaleManager
169 return mService.getSystemLocales(); in getSystemLocales()
DILocaleManager.aidl46 LocaleList getSystemLocales(); in getSystemLocales() method
/frameworks/base/services/core/java/com/android/server/locales/
DLocaleManagerService.java201 public LocaleList getSystemLocales() throws RemoteException { in getSystemLocales() method in LocaleManagerService.LocaleManagerBinderService
202 return LocaleManagerService.this.getSystemLocales(); in getSystemLocales()
534 public LocaleList getSystemLocales() throws RemoteException { in getSystemLocales() method in LocaleManagerService
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6334 method @NonNull public android.os.LocaleList getSystemLocales();