Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java87 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java797 public CharSequence[] getTextArray(int index) { in getTextArray() method in BridgeTypedArray
/frameworks/base/core/java/android/content/res/
DTypedArray.java616 public CharSequence[] getTextArray(int index) { in getTextArray() method in TypedArray
DResources.java442 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in Resources