Home
last modified time | relevance | path

Searched refs:expected1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberWatcherTest.java85 final String expected1 = "650-123"; in testInsertChars() local
95 assertEquals(expected1, number.toString()); in testInsertChars()
114 final String expected1 = "(650) 123 4"; in testStopFormatting() local
124 assertEquals(expected1, number.toString()); in testStopFormatting()
126 assertEquals(expected1.length(), Selection.getSelectionEnd(number)); in testStopFormatting()
158 final String expected1 = "(650) 123 4"; in testRestartFormatting() local
168 assertEquals(expected1, number.toString()); in testRestartFormatting()
170 assertEquals(expected1.length(), Selection.getSelectionEnd(number)); in testRestartFormatting()
210 final String expected1 = ""; in testTextChangedByOtherTextWatcher() local
220 assertEquals(expected1, number.toString()); in testTextChangedByOtherTextWatcher()
/frameworks/base/tests/net/java/com/android/internal/util/
DRingBufferTest.java103 String[] expected1 = {"a", "b", "c", "d", "e"}; in testRingBufferWithWrapping() local
104 assertArraysEqual(expected1, buffer.toArray()); in testRingBufferWithWrapping()
/frameworks/native/libs/vr/libpdx/
Dserialization_tests.cpp2179 std::array<std::uint8_t, (1 << 4) - 1> a1, expected1; in TEST() local
2180 for (auto& element : expected1) in TEST()
2184 EXPECT_EQ(expected1, a1); in TEST()