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.java190 int firstStart = mEditable.toString().indexOf(first); in testSanitizeBetween() local
199 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeBetween() local
227 int firstStart = mEditable.toString().indexOf(first); in testSanitizeEnd() local
236 assertEquals(editableString.indexOf(first), firstStart); in testSanitizeEnd() local
306 int firstStart = mEditable.toString().indexOf(first); in testMoreChip() local
318 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
327 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
338 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
347 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 3]), firstStart); in testMoreChip() local
374 int firstStart = mEditable.toString().indexOf(first); in testMoreChipLotsOfUsers() local
[all …]
/frameworks/av/media/libnblog/
DReader.cpp139 const uint8_t *firstStart = nullptr; in getSnapshot() local