Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/shadow/
DSettingsLibShadowResources.java41 public int[] getIntArray(@ArrayRes int id) throws NotFoundException { in getIntArray() method in SettingsLibShadowResources
/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.java98 public int[] getIntArray(int id) throws NotFoundException { in getIntArray() method in ResourcesWrapper
/frameworks/base/core/java/android/os/
DBaseBundle.java1373 public int[] getIntArray(@Nullable String key) { in getIntArray() method in BaseBundle
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java363 static int[] getIntArray(Resources resources, int id) throws NotFoundException { in getIntArray() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResources.java592 public int[] getIntArray(@ArrayRes int id) throws NotFoundException { in getIntArray() method in Resources