Home
last modified time | relevance | path

Searched defs:getTextArray (Results 1 – 5 of 5) 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/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintTypedArray.java148 public CharSequence[] getTextArray(int index) { in getTextArray() method in TintTypedArray
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java681 public CharSequence[] getTextArray(int index) { in getTextArray() method in BridgeTypedArray
/frameworks/base/core/java/android/content/res/
DTypedArray.java764 public CharSequence[] getTextArray(int index) { in getTextArray() method in TypedArray
DResources.java477 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in Resources