Home
last modified time | relevance | path

Searched refs:fifth (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java268 String fifth = "FIFTH,"; in testCountTokens() local
270 mEditable.append(first+second+third+fourth+fifth); in testCountTokens()
364 String fifth = (String) mTokenizer.terminateToken("FIFTH"); in testMoreChipLotsOfUsers() local
371 mEditable.append(first+second+third+fourth+fifth+sixth+seventh+eigth+ninth+tenth); in testMoreChipLotsOfUsers()
381 int fifthStart = mEditable.toString().indexOf(fifth); in testMoreChipLotsOfUsers()
382 int fifthEnd = fifthStart + fifth.trim().length(); in testMoreChipLotsOfUsers()
405 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth in testMoreChipLotsOfUsers()
415 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth in testMoreChipLotsOfUsers()