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

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java97 public int[] getIntArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java292 public int[] getIntArray(int id) throws NotFoundException { method in class:BridgeResources
355 "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/internal/widget/
H A DResourcesWrapper.java100 public int[] getIntArray(int id) throws NotFoundException { method in class:ResourcesWrapper
101 return mResources.getIntArray(id);
/frameworks/base/core/java/android/os/
H A DBaseBundle.java1175 public int[] getIntArray(@Nullable String key) { method in class:BaseBundle
/frameworks/base/core/java/android/content/res/
H A DResources.java560 public int[] getIntArray(@ArrayRes int id) throws NotFoundException { method in class:Resources

Completed in 3948 milliseconds