Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java258 void assertNotCalled(@Nullable String callCountVerificationMessage) { in assertNotCalled() argument
259 if (callCountVerificationMessage != null) { in assertNotCalled()
260 assertEquals(callCountVerificationMessage, 0, mCallCount.get()); in assertNotCalled()
272 void expectNotCalled(@Nullable String callCountVerificationMessage, long timeout) { in expectNotCalled() argument
286 if (callCountVerificationMessage != null) { in expectNotCalled()
287 assertEquals(callCountVerificationMessage, 0, mCallCount.get()); in expectNotCalled()