Searched refs:expected1 (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneNumberWatcherTest.java | 87 final String expected1 = "650-123"; in testInsertChars() local 97 assertEquals(expected1, number.toString()); in testInsertChars() 116 final String expected1 = "(650) 123 4"; in testStopFormatting() local 126 assertEquals(expected1, number.toString()); in testStopFormatting() 128 assertEquals(expected1.length(), Selection.getSelectionEnd(number)); in testStopFormatting() 160 final String expected1 = "(650) 123 4"; in testRestartFormatting() local 170 assertEquals(expected1, number.toString()); in testRestartFormatting() 172 assertEquals(expected1.length(), Selection.getSelectionEnd(number)); in testRestartFormatting() 212 final String expected1 = ""; in testTextChangedByOtherTextWatcher() local 222 assertEquals(expected1, number.toString()); in testTextChangedByOtherTextWatcher()
|
/frameworks/base/tests/net/java/com/android/internal/util/ |
D | RingBufferTest.java | 102 String[] expected1 = {"a", "b", "c", "d", "e"}; in testRingBufferWithWrapping() local 103 assertArraysEqual(expected1, buffer.toArray()); in testRingBufferWithWrapping()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 4058 ExpectedResult expected1; in TEST_F() local 4059 expected1.addSurface(ExpectedResult::Transaction::PRESENTED, layer); in TEST_F() 4060 expected1.addExpectedPresentTime(time); in TEST_F() 4081 EXPECT_NO_FATAL_FAILURE(waitForCallback(callback1, expected1, true)); in TEST_F() 4103 ExpectedResult expected1; in TEST_F() local 4104 expected1.addSurface(ExpectedResult::Transaction::PRESENTED, layer); in TEST_F() 4105 expected1.addExpectedPresentTime(time); in TEST_F() 4125 EXPECT_NO_FATAL_FAILURE(waitForCallback(callback1, expected1, true)); in TEST_F()
|
/frameworks/native/libs/vr/libpdx/ |
D | serialization_tests.cpp | 2179 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()
|