Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerUsageTest.java119 final long start1 = System.currentTimeMillis() - USAGE_STATS_RANGE_ALLOWANCE; in testReportShortcutUsed() local
124 checkEventReported(start1, end1, mPackageContext2, id3, "Events weren't populated"); in testReportShortcutUsed()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextBoundsInfoTest.java120 final int start1 = 5; in testBuilder() local
125 TextBoundsInfo.Builder builder = new TextBoundsInfo.Builder(start1, end1); in testBuilder()
135 assertEquals(start1, textBoundsInfo1.getStartIndex()); in testBuilder()
149 assertEquals(start1, textBoundsInfo2.getStartIndex()); in testBuilder()
/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java344 long start1 = SystemClock.uptimeMillis(); in testHideTextToastAfterExpirationOfFirstShowCall_despiteRepeatedShowCalls() local
348 long longDurationMs = SystemClock.uptimeMillis() - start1; in testHideTextToastAfterExpirationOfFirstShowCall_despiteRepeatedShowCalls()
371 long start1 = SystemClock.uptimeMillis(); in testHideCustomToastAfterExpirationOfFirstShowCall_despiteRepeatedShowCalls() local
375 long longDurationMs = SystemClock.uptimeMillis() - start1; in testHideCustomToastAfterExpirationOfFirstShowCall_despiteRepeatedShowCalls()