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.java55 private final ContentCaptureContext mContentCaptureContext; field in ContentCaptureServerSession
88 mContentCaptureContext = new ContentCaptureContext(/* clientContext= */ null, in ContentCaptureServerSession()
114 mService.mRemoteService.onSessionStarted(mContentCaptureContext, mId, mUid, clientReceiver, in notifySessionStartedLocked()
200 remoteService.onSessionStarted(new ContentCaptureContext(mContentCaptureContext, in resurrectLocked()
232 pw.print(prefix); pw.print("context: "); mContentCaptureContext.dump(pw); pw.println(); in dumpLocked()