Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DSpellCheckerTest.kt300 assertThat(fakeListener.getSentenceSuggestionsCallingThreads).hasSize(1) in <lambda>()
301 assertThat(fakeListener.getSentenceSuggestionsCallingThreads[0]) in <lambda>()
327 fakeListener.getSentenceSuggestionsCallingThreads.size > 0 in <lambda>()
330 assertThat(fakeListener.getSentenceSuggestionsCallingThreads).hasSize(1) in <lambda>()
331 assertThat(fakeListener.getSentenceSuggestionsCallingThreads[0]) in <lambda>()
712 val getSentenceSuggestionsCallingThreads = ArrayList<Thread>() in <lambda>() constant
720 getSentenceSuggestionsCallingThreads.add(Thread.currentThread()) in <lambda>()