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

/frameworks/base/core/java/android/util/
H A DKeyValueListParser.java163 public int[] getIntArray(String key, int[] def) { method in class:KeyValueListParser
/frameworks/base/test-mock/src/android/test/mock/
H A DMockResources.java102 public int[] getIntArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/support/work/workmanager/src/main/java/androidx/work/
H A DData.java115 public int[] getIntArray(String key) { method in class:Data
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DResourcesWrapper.java99 public int[] getIntArray(int id) throws NotFoundException { method in class:ResourcesWrapper
100 return mResources.getIntArray(id);
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java363 static int[] getIntArray(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
436 "Obtaining resource arrays via getTextArray, getStringArray or getIntArray is not fully supported in this version of the IDE.",
/frameworks/base/core/java/android/content/res/
H A DResources.java600 public int[] getIntArray(@ArrayRes int id) throws NotFoundException { method in class:Resources
/frameworks/base/core/java/android/os/
H A DBaseBundle.java1410 public int[] getIntArray(@Nullable String key) { method in class:BaseBundle

Completed in 222 milliseconds