Searched defs:getIntArray (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java102 public int[] getIntArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java300 static int[] getIntArray(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
365 "Obtaining resource arrays via getTextArray, getStringArray or getIntArray is not fully supported in this version of the IDE.",
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java97 public int[] getIntArray(int id) throws NotFoundException { method in class:ResourcesWrapper
98 return mResources.getIntArray(id);
/frameworks/base/core/java/android/os/
H A DBaseBundle.java1247 public int[] getIntArray(@Nullable String key) { method in class:BaseBundle
/frameworks/base/core/java/android/content/res/
H A DResources.java540 public int[] getIntArray(@ArrayRes int id) throws NotFoundException { method in class:Resources

Completed in 217 milliseconds