Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberWatcherTest.java87 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/packages/SystemUI/tests/src/com/android/systemui/model/
DSysUiStateTest.java98 int expected1 = FLAG_1 | FLAG_2 | FLAG_3 | FLAG_4; in addMultipleRemoveOne_setFlags() local
99 verify(mCallback, times(1)).onSystemUiStateChanged(expected1); in addMultipleRemoveOne_setFlags()
/frameworks/base/tests/net/java/com/android/internal/util/
DRingBufferTest.java100 String[] expected1 = {"a", "b", "c", "d", "e"}; in testRingBufferWithWrapping() local
101 assertArrayEquals(expected1, buffer.toArray()); in testRingBufferWithWrapping()
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp782 ExpectedResult expected1; in TEST_F() local
783 expected1.addSurface(ExpectedResult::Transaction::PRESENTED, layer); in TEST_F()
784 expected1.addExpectedPresentTime(time); in TEST_F()
805 EXPECT_NO_FATAL_FAILURE(waitForCallback(callback1, expected1, true)); in TEST_F()
827 ExpectedResult expected1; in TEST_F() local
828 expected1.addSurface(ExpectedResult::Transaction::PRESENTED, layer); in TEST_F()
829 expected1.addExpectedPresentTime(time); in TEST_F()
849 EXPECT_NO_FATAL_FAILURE(waitForCallback(callback1, expected1, true)); in TEST_F()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
DCountQuotaTrackerTest.java261 LongArrayQueue expected1 = new LongArrayQueue(); in testAppRemoval() local
262 expected1.addLast(now - 10 * MINUTE_IN_MILLIS); in testAppRemoval()
278 assertTrue(longArrayQueueEquals(expected1, in testAppRemoval()
/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()