Searched refs:mIgnoreOrphanSessionEvents (Results 1 – 1 of 1) sorted by relevance
146 private boolean mIgnoreOrphanSessionEvents; field in CtsContentCaptureService222 Log.d(TAG, "setIgnoreOrphanSessionEvents(): changing from " + mIgnoreOrphanSessionEvents in setIgnoreOrphanSessionEvents()224 mIgnoreOrphanSessionEvents = newValue; in setIgnoreOrphanSessionEvents()306 + mIgnoreOrphanSessionEvents + ", ctx=" + context + ", session=" + sessionId); in onCreateContentCaptureSession()307 if (mIgnoreOrphanSessionEvents) return; in onCreateContentCaptureSession()324 + mIgnoreOrphanSessionEvents + ", session=" + sessionId + ")"); in onDestroyContentCaptureSession()325 if (mIgnoreOrphanSessionEvents) return; in onDestroyContentCaptureSession()354 + mIgnoreOrphanSessionEvents + ", session=" + sessionId + "): " + event + " text: " in onContentCaptureEvent()356 if (mIgnoreOrphanSessionEvents) return; in onContentCaptureEvent()510 pw.print("mIgnoreOrphanSessionEvents: "); pw.println(mIgnoreOrphanSessionEvents); in dump()[all …]