Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java138 private boolean mIgnoreOrphanSessionEvents; field in CtsContentCaptureService
200 Log.d(TAG, "setIgnoreOrphanSessionEvents(): changing from " + mIgnoreOrphanSessionEvents in setIgnoreOrphanSessionEvents()
202 mIgnoreOrphanSessionEvents = newValue; in setIgnoreOrphanSessionEvents()
274 + mIgnoreOrphanSessionEvents + ", ctx=" + context + ", session=" + sessionId); in onCreateContentCaptureSession()
275 if (mIgnoreOrphanSessionEvents) return; in onCreateContentCaptureSession()
292 + mIgnoreOrphanSessionEvents + ", session=" + sessionId + ")"); in onDestroyContentCaptureSession()
293 if (mIgnoreOrphanSessionEvents) return; in onDestroyContentCaptureSession()
322 + mIgnoreOrphanSessionEvents + ", session=" + sessionId + "): " + event + " text: " in onContentCaptureEvent()
324 if (mIgnoreOrphanSessionEvents) return; in onContentCaptureEvent()
465 pw.print("mIgnoreOrphanSessionEvents: "); pw.println(mIgnoreOrphanSessionEvents); in dump()
[all …]