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.java450 throwIllegalSessionStateException("No finished session for id %s", sessionId); in getFinishedSession()
517 throwIllegalSessionStateException("no latch for %s", sessionId); in getUnfinishedSessionLatch()
529 private void throwIllegalSessionStateException(@NonNull String fmt, @Nullable Object...args) { in throwIllegalSessionStateException() method in CtsContentCaptureService
543 throwIllegalSessionStateException("No open session with id %s", sessionId); in getExistingSession()