Home
last modified time | relevance | path

Searched refs:end2 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerUsageTest.java129 final long end2 = System.currentTimeMillis() + USAGE_STATS_RANGE_ALLOWANCE; in testReportShortcutUsed() local
132 checkEventReported(start2, end2, mPackageContext3, id1, "Events weren't populated"); in testReportShortcutUsed()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextBoundsInfoTest.java161 final int end2 = 13; in testBuilder() local
167 .setStartAndEnd(start2, end2) in testBuilder()
178 assertEquals(end2, textBoundsInfo3.getEndIndex()); in testBuilder()