Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java227 private ContentCaptureSessionId mContentCaptureSessionId; field in ContentCaptureSession
271 if (mContentCaptureSessionId == null) { in getContentCaptureSessionId()
272 mContentCaptureSessionId = new ContentCaptureSessionId(mId); in getContentCaptureSessionId()
274 return mContentCaptureSessionId; in getContentCaptureSessionId()