Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DAssetManager.java1312 return nativeGetLocales(mObject, false /*excludeSystem*/); in getLocales()
1329 return nativeGetLocales(mObject, true /*excludeSystem*/); in getNonSystemLocales()
1461 private static native @Nullable String[] nativeGetLocales(long ptr, boolean excludeSystem); in nativeGetLocales() method in AssetManager