Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerUsageTest.java121 final long end1 = 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.java121 final int end1 = 10; in testBuilder() local
125 TextBoundsInfo.Builder builder = new TextBoundsInfo.Builder(start1, end1); in testBuilder()
136 assertEquals(end1, textBoundsInfo1.getEndIndex()); in testBuilder()
150 assertEquals(end1, textBoundsInfo2.getEndIndex()); in testBuilder()