Searched refs:expandTemplate (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | TextUtilsTest.java | 93 result = TextUtils.expandTemplate("This is a ^1 of the ^2 broadcast ^3.", in testTemplateString() 98 result = TextUtils.expandTemplate("^^^1^^^2^3^a^1^^b^^^c", in testTemplateString() 103 result = TextUtils.expandTemplate("^"); in testTemplateString() 106 result = TextUtils.expandTemplate("^^"); in testTemplateString() 109 result = TextUtils.expandTemplate("^^^"); in testTemplateString() 112 result = TextUtils.expandTemplate("shorter ^1 values ^2.", "a", ""); in testTemplateString() 116 TextUtils.expandTemplate("Only ^1 value given, but ^2 used.", "foo"); in testTemplateString() 122 TextUtils.expandTemplate("^1 value given, and ^0 used.", "foo"); in testTemplateString() 127 result = TextUtils.expandTemplate("^1 value given, and ^9 used.", in testTemplateString() 133 TextUtils.expandTemplate("^1 value given, and ^10 used.", in testTemplateString() [all …]
|
/frameworks/base/core/java/android/text/ |
D | TextUtils.java | 1025 public static CharSequence expandTemplate(CharSequence template, in expandTemplate() method in TextUtils
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |