Home
last modified time | relevance | path

Searched defs:secondStart (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java191 int secondStart = mEditable.toString().indexOf(second); in testSanitizeBetween() local
228 int secondStart = mEditable.toString().indexOf(second); in testSanitizeEnd() local
236 assertEquals(editableString.indexOf(second), secondStart); in testSanitizeEnd() local
285 int secondStart = view.getText().toString().indexOf( in testTooManyRecips() local
287 assertEquals(view.getText().getSpanStart(moreChip), secondStart); in testTooManyRecips() local
307 int secondStart = mEditable.toString().indexOf(second); in testMoreChip() local
318 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 2]), secondStart); in testMoreChip() local
328 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 2]), secondStart); in testMoreChip() local
338 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 2]), secondStart); in testMoreChip() local
348 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 2]), secondStart); in testMoreChip() local
[all …]