Searched refs:mIgnoreOrphanSessionEvents (Results 1 – 1 of 1) sorted by relevance
138 private boolean mIgnoreOrphanSessionEvents; field in CtsContentCaptureService200 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 …]