Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCapturePerUserService.java235 final ContentCaptureServerSession session = mSessions.valueAt(i); in resurrectSessionsLocked()
246 final ContentCaptureServerSession session = mSessions.valueAt(i); in onPackageUpdatingLocked()
357 final ContentCaptureServerSession newSession = new ContentCaptureServerSession(mLock, in startSessionLocked()
374 final ContentCaptureServerSession session = mSessions.get(sessionId); in finishSessionLocked()
463 final ContentCaptureServerSession session = mSessions.get(id); in sendActivityAssistDataLocked()
493 final ContentCaptureServerSession session = mSessions.valueAt(i); in getSession()
519 final ContentCaptureServerSession session = mSessions.valueAt(i); in destroySessionsLocked()
529 final ContentCaptureServerSession session = mSessions.valueAt(i); in listSessionsLocked()
590 final ContentCaptureServerSession session = mSessions.valueAt(i); in dumpLocked()
603 ContentCaptureServerSession session = mSessions.valueAt(i); in getSessionId()
[all …]
H A DContentCaptureServerSession.java47 final class ContentCaptureServerSession { class
49 private static final String TAG = ContentCaptureServerSession.class.getSimpleName();
78 ContentCaptureServerSession(@NonNull Object lock, @NonNull IBinder activityToken, in ContentCaptureServerSession() method in ContentCaptureServerSession