Searched defs:firstStart (Results 1 – 2 of 2) sorted by relevance
189 int firstStart = mEditable.toString().indexOf(first); in testSanitizeBetween() local198 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeBetween() local226 int firstStart = mEditable.toString().indexOf(first); in testSanitizeEnd() local235 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeEnd() local305 int firstStart = mEditable.toString().indexOf(first); in testMoreChip() local317 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local326 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local337 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local346 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local373 int firstStart = mEditable.toString().indexOf(first); in testMoreChipLotsOfUsers() local[all …]
142 final long firstStart = TEST_START; in testRecordGapBuckets() local