Searched refs:ContentCaptureServerSession (Results 1 – 3 of 3) sorted by relevance
88 private final SparseArray<ContentCaptureServerSession> mSessions = new SparseArray<>();219 final ContentCaptureServerSession session = mSessions.valueAt(i); in resurrectSessionsLocked()230 final ContentCaptureServerSession session = mSessions.valueAt(i); in onPackageUpdatingLocked()306 final ContentCaptureServerSession existingSession = mSessions.get(sessionId); in startSessionLocked()340 final ContentCaptureServerSession newSession = new ContentCaptureServerSession(mLock, in startSessionLocked()357 final ContentCaptureServerSession session = mSessions.get(sessionId); in finishSessionLocked()418 final ContentCaptureServerSession session = mSessions.get(id); in sendActivityAssistDataLocked()443 private ContentCaptureServerSession getSession(@NonNull IBinder activityToken) { in getSession()445 final ContentCaptureServerSession session = mSessions.valueAt(i); in getSession()471 final ContentCaptureServerSession session = mSessions.valueAt(i); in destroySessionsLocked()[all …]
46 final class ContentCaptureServerSession { class48 private static final String TAG = ContentCaptureServerSession.class.getSimpleName();77 ContentCaptureServerSession(@NonNull Object lock, @NonNull IBinder activityToken, in ContentCaptureServerSession() method in ContentCaptureServerSession
6089 PLcom/android/server/contentcapture/ContentCaptureServerSession;-><init>(Landroid/os/IBinder;Lcom/a…6090 PLcom/android/server/contentcapture/ContentCaptureServerSession;->destroyLocked(Z)V6091 PLcom/android/server/contentcapture/ContentCaptureServerSession;->dumpLocked(Ljava/lang/String;Ljav…6092 PLcom/android/server/contentcapture/ContentCaptureServerSession;->removeSelfLocked(Z)V6093 PLcom/android/server/contentcapture/ContentCaptureServerSession;->resurrectLocked()V6094 PLcom/android/server/contentcapture/ContentCaptureServerSession;->sendActivitySnapshotLocked(Landro…