Home
last modified time | relevance | path

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

/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java92 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in MockResources
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java713 public CharSequence[] getTextArray(int index) { in getTextArray() method in BridgeTypedArray
DResources_Delegate.java307 static CharSequence[] getTextArray(Resources resources, int id) throws NotFoundException { in getTextArray() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DTypedArray.java1055 public CharSequence[] getTextArray(@StyleableRes int index) { in getTextArray() method in TypedArray
DResources.java578 public CharSequence[] getTextArray(@ArrayRes int id) throws NotFoundException { in getTextArray() method in Resources