Home
last modified time | relevance | path

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

/frameworks/ex/chips/tests/src/com/android/ex/chips/
DChipsTest.java179 int firstStart = mEditable.toString().indexOf(first); in testSanitizeBetween() local
188 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeBetween() local
216 int firstStart = mEditable.toString().indexOf(first); in testSanitizeEnd() local
225 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeEnd() local
295 int firstStart = mEditable.toString().indexOf(first); in testMoreChip() local
307 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
316 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
327 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
336 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
363 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