Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DMockResources.java74 public int[] getIntArray(int id) { in getIntArray() method in MockResources
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java102 public int[] getIntArray(int id) throws NotFoundException { in getIntArray() method in MockResources
/frameworks/base/core/java/android/util/
DKeyValueListParser.java165 public int[] getIntArray(String key, int[] def) { in getIntArray() method in KeyValueListParser
/frameworks/base/core/java/android/os/
DBaseBundle.java1422 public int[] getIntArray(@Nullable String key) { in getIntArray() method in BaseBundle
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java352 static int[] getIntArray(Resources resources, int id) throws NotFoundException { in getIntArray() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResources.java619 public int[] getIntArray(@ArrayRes int id) throws NotFoundException { in getIntArray() method in Resources