Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/app/
DResourcesPerfTest.java146 public void getTextArray() { in getTextArray() method in ResourcesPerfTest
/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.java734 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.java1057 public CharSequence[] getTextArray(@StyleableRes int index) { in getTextArray() method in TypedArray
DResources.java655 public CharSequence[] getTextArray(@ArrayRes int id) throws NotFoundException { in getTextArray() method in Resources