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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java609 * {@link Resources#getTextArray Resources.getTextArray} of the owning
616 public CharSequence[] getTextArray(int index) { method in class:TypedArray
628 return mResources.getTextArray(value.resourceId);
H A DResources.java360 public CharSequence[] getTextArray(int id) throws NotFoundException { method in class:Resources
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java87 public CharSequence[] getTextArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeTypedArray.java742 * {@link Resources#getTextArray Resources.getTextArray} of the owning
750 public CharSequence[] getTextArray(int index) { method in class:BridgeTypedArray
766 String.format("Unknown value for getTextArray(%d) => %s", //DEBUG

Completed in 98 milliseconds