Home
last modified time | relevance | path

Searched refs:line2 (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DSeedTest.java43 String line2 = getNextLine(s2); in assertOutputs() local
44 if (line1 != null || line2 != null) { in assertOutputs()
45 assertEquals(line1, line2); in assertOutputs()
/cts/tests/app/src/android/app/cts/
DConditionTest.java50 assertEquals("", condition.line2); in testConstructor()
65 assertEquals("", condition1.line2); in testWriteToParcel()
77 assertEquals("", condition1.line2); in testCopy()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DCustomDescriptionTest.java279 (line2) -> assertWithMessage("Wrong text for line2").that(line2.getText()) in validTransformationWithMultipleTemplateUpdates()
330 line2Visitor = (line2) -> assertWithMessage("Wrong text for line2") in multipleBatchUpdatesTest()
331 .that(line2.getText()).isEqualTo("L2-u"); in multipleBatchUpdatesTest()
389 final Visitor<UiObject2> line2Visitor = (line2) -> assertWithMessage("Wrong text for line2") in testBatchUpdatesApplyUpdateFirstThenTransformations()
390 .that(line2.getText()).isEqualTo("L2-u"); in testBatchUpdatesApplyUpdateFirstThenTransformations()
618 (line2) -> assertWithMessage("Wrong text for child with id 'second'") in assertSaveUiIsShownWithTwoLines()
619 .that(line2.getText()).isNull(), in assertSaveUiIsShownWithTwoLines()
/cts/tests/tests/provider/src/android/provider/cts/
DSearchRecentSuggestionsTest.java84 String line2 = "line2"; in testSearchRecentSuggestions() local
85 srs.saveRecentQuery(query2, line2); in testSearchRecentSuggestions()
106 assertEquals(line2, c in testSearchRecentSuggestions()
/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java239 final String line2 = "2"; in testAddressLine() local
240 address.setAddressLine(5, line2); in testAddressLine()
241 assertEquals(line2, address.getAddressLine(5)); in testAddressLine()
/cts/apps/CtsVerifier/include/colorchecker/
Dcolorcheckertest.h82 Vec2f findCrossing(std::vector<int> line1, std::vector<int> line2);