Home
last modified time | relevance | path

Searched defs:firstStart (Results 1 – 3 of 3) 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/av/media/libnblog/
DReader.cpp134 const uint8_t *firstStart = nullptr; in getSnapshot() local
/frameworks/base/tests/net/java/android/net/
DNetworkStatsHistoryTest.java158 final long firstStart = TEST_START; in testRecordGapBuckets() local