Home
last modified time | relevance | path

Searched defs:firstStart (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java189 int firstStart = mEditable.toString().indexOf(first); in testSanitizeBetween() local
198 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeBetween() local
226 int firstStart = mEditable.toString().indexOf(first); in testSanitizeEnd() local
235 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeEnd() local
305 int firstStart = mEditable.toString().indexOf(first); in testMoreChip() local
317 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
326 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
337 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
346 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
373 int firstStart = mEditable.toString().indexOf(first); in testMoreChipLotsOfUsers() local
[all …]
/frameworks/base/core/tests/coretests/src/android/net/
DNetworkStatsHistoryTest.java142 final long firstStart = TEST_START; in testRecordGapBuckets() local