Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java102 public int[] getIntArray(int id) throws NotFoundException { in getIntArray() method in MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DResourcesWrapper.java97 public int[] getIntArray(int id) throws NotFoundException { in getIntArray() method in ResourcesWrapper
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java300 static int[] getIntArray(Resources resources, int id) throws NotFoundException { in getIntArray() method in Resources_Delegate
/frameworks/base/core/java/android/os/
DBaseBundle.java1247 public int[] getIntArray(@Nullable String key) { in getIntArray() method in BaseBundle
/frameworks/base/core/java/android/content/res/
DResources.java540 public int[] getIntArray(@ArrayRes int id) throws NotFoundException { in getIntArray() method in Resources