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.java125 private boolean mIgnoreOrphanSessionEvents; field in CtsContentCaptureService
158 Log.d(TAG, "setIgnoreOrphanSessionEvents(): changing from " + mIgnoreOrphanSessionEvents in setIgnoreOrphanSessionEvents()
160 mIgnoreOrphanSessionEvents = newValue; in setIgnoreOrphanSessionEvents()
232 + mIgnoreOrphanSessionEvents + ", ctx=" + context + ", session=" + sessionId); in onCreateContentCaptureSession()
233 if (mIgnoreOrphanSessionEvents) return; in onCreateContentCaptureSession()
250 + mIgnoreOrphanSessionEvents + ", session=" + sessionId + ")"); in onDestroyContentCaptureSession()
251 if (mIgnoreOrphanSessionEvents) return; in onDestroyContentCaptureSession()
270 + mIgnoreOrphanSessionEvents + ", session=" + sessionId + "): " + event); in onContentCaptureEvent()
271 if (mIgnoreOrphanSessionEvents) return; in onContentCaptureEvent()
370 pw.print("mIgnoreOrphanSessionEvents: "); pw.println(mIgnoreOrphanSessionEvents); in dump()
[all …]