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