Searched refs:nativeGetLocales (Results 1 – 1 of 1) sorted by relevance
1312 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