Home
last modified time | relevance | path

Searched refs:mContentCaptureSessionId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java198 private ContentCaptureSessionId mContentCaptureSessionId; field in ContentCaptureSession
242 if (mContentCaptureSessionId == null) { in getContentCaptureSessionId()
243 mContentCaptureSessionId = new ContentCaptureSessionId(mId); in getContentCaptureSessionId()
245 return mContentCaptureSessionId; in getContentCaptureSessionId()