Searched refs:getArrayIntResource (Results 1 – 2 of 2) sorted by relevance
742 /*package*/ native final int[] getArrayIntResource(int arrayRes); in getArrayIntResource() method in AssetManager
484 int[] res = mAssets.getArrayIntResource(id); in getIntArray()