Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java315 throwIllegalSessionStateException("No finished session for id %s", sessionId); in getFinishedSession()
378 throwIllegalSessionStateException("no latch for %s", sessionId); in getUnfinishedSessionLatch()
390 private void throwIllegalSessionStateException(@NonNull String fmt, @Nullable Object...args) { in throwIllegalSessionStateException() method in CtsContentCaptureService
404 throwIllegalSessionStateException("No open session with id %s", sessionId); in getExistingSession()