Searched defs:firstStart (Results 1 – 2 of 2) sorted by relevance
179 int firstStart = mEditable.toString().indexOf(first); in testSanitizeBetween() local188 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeBetween() local216 int firstStart = mEditable.toString().indexOf(first); in testSanitizeEnd() local225 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeEnd() local295 int firstStart = mEditable.toString().indexOf(first); in testMoreChip() local307 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local316 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local327 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local336 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local363 int firstStart = mEditable.toString().indexOf(first); in testMoreChipLotsOfUsers() local[all …]
142 final long firstStart = TEST_START; in testRecordGapBuckets() local