Home
last modified time | relevance | path

Searched defs:testString (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DStaticLayoutTextMeasuringTest.java54 String testString = "a\uFEFF"; in testGetPrimaryHorizontal_zwnbsp() local
65 String testString = "\u0915\u093E"; in testGetPrimaryHorizontal_devanagari() local
78 String testString = "\uD83C\uDDFA\uD83C\uDDF8\uD83C\uDDFF"; in testGetPrimaryHorizontal_flagEmoji() local
DStaticLayoutTest.java657 private List<CharSequence> buildTestCharSequences(String testString, Normalizer.Form[] forms) { in buildTestCharSequences()
701 String testString = "\u05DE\u05E1\u05E2\u05D3\u05D4"; // Hebrew Characters in testGetOffset_UNICODE_Hebrew() local
DTextUtilsTest.java755 final String testString = "a\uD800\uDC00a"; in testTrimToSize() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/viewmodel/
DTileUiStateTest.kt45 val testString = "TEST STRING" in stateUnavailable_secondaryLabelNotmodified() constant
86 val testString = "TEST STRING" in switchInactive_secondaryLabelNotModified() constant
101 val testString = "TEST STRING" in switchActive_secondaryLabelNotModified() constant
/frameworks/base/errorprone/tests/java/com/google/errorprone/bugpatterns/android/
DEfficientParcelableCheckerTest.java37 public void testString() { in testString() method in EfficientParcelableCheckerTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmAlphabetTest.java132 StringBuilder testString = new StringBuilder(300); in testBasic() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt71 val testString = "TEST STRING" in testSecondaryLabelNotModified_unavailable() constant
83 val testString = "TEST STRING" in testSecondaryLabelNotModified_booleanInactive() constant
95 val testString = "TEST STRING" in testSecondaryLabelNotModified_booleanActive() constant
/frameworks/base/core/tests/coretests/src/android/os/
DMemoryFileTest.java287 private static final byte[] testString = new byte[] { field in MemoryFileTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialogTest.java333 String testString = Strings.repeat("a", in afterTextChanged_enterValidNameAfterLengthMoreThanMax_noErrorMessage() local
/frameworks/base/tests/vcn/java/android/net/vcn/util/
DPersistableBundleUtilsTest.java100 String testString, in TestClass()
/frameworks/base/core/tests/coretests/src/android/graphics/
DPaintTest.java180 final String testString = in testHasGlyph_variationSelectors() local
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/
DPublishControllerImplTest.java527 final String testString = "<?xml version='1.0' encoding='utf-8' standalone='yes' " in testRemoveNumber() local
/frameworks/av/media/libstagefright/renderfright/tests/
DRenderEngineThreadedTest.cpp43 std::string testString = "XYZ"; in TEST_F() local
/frameworks/native/libs/renderengine/tests/
DRenderEngineThreadedTest.cpp47 std::string testString = "XYZ"; in TEST_F() local
/frameworks/minikin/tests/unittest/
DFontCollectionItemizeTest.cpp981 std::string testString; in TEST() member
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/log/table/
DLogDiffsForTableTest.kt1406 private val testString: String, constant in com.android.systemui.log.table.LogDiffsForTableTest.TestDiffable