Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureServerSession.java56 private final ContentCaptureContext mContentCaptureContext; field in ContentCaptureServerSession
89 mContentCaptureContext = new ContentCaptureContext(/* clientContext= */ null, in ContentCaptureServerSession()
115 mService.mRemoteService.onSessionStarted(mContentCaptureContext, mId, mUid, clientReceiver, in notifySessionStartedLocked()
201 remoteService.onSessionStarted(new ContentCaptureContext(mContentCaptureContext, in resurrectLocked()
233 pw.print(prefix); pw.print("context: "); mContentCaptureContext.dump(pw); pw.println(); in dumpLocked()