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.java126 private boolean mIgnoreOrphanSessionEvents; field in CtsContentCaptureService
159 Log.d(TAG, "setIgnoreOrphanSessionEvents(): changing from " + mIgnoreOrphanSessionEvents in setIgnoreOrphanSessionEvents()
161 mIgnoreOrphanSessionEvents = newValue; in setIgnoreOrphanSessionEvents()
233 + mIgnoreOrphanSessionEvents + ", ctx=" + context + ", session=" + sessionId); in onCreateContentCaptureSession()
234 if (mIgnoreOrphanSessionEvents) return; in onCreateContentCaptureSession()
251 + mIgnoreOrphanSessionEvents + ", session=" + sessionId + ")"); in onDestroyContentCaptureSession()
252 if (mIgnoreOrphanSessionEvents) return; in onDestroyContentCaptureSession()
271 + mIgnoreOrphanSessionEvents + ", session=" + sessionId + "): " + event); in onContentCaptureEvent()
272 if (mIgnoreOrphanSessionEvents) return; in onContentCaptureEvent()
371 pw.print("mIgnoreOrphanSessionEvents: "); pw.println(mIgnoreOrphanSessionEvents); in dump()
[all …]