Searched refs:ContentCaptureServerSession (Results 1 – 2 of 2) sorted by relevance
235 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 …]
47 final class ContentCaptureServerSession { class49 private static final String TAG = ContentCaptureServerSession.class.getSimpleName();78 ContentCaptureServerSession(@NonNull Object lock, @NonNull IBinder activityToken, in ContentCaptureServerSession() method in ContentCaptureServerSession