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