Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java88 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 …]
DContentCaptureServerSession.java46 final class ContentCaptureServerSession { class
48 private static final String TAG = ContentCaptureServerSession.class.getSimpleName();
77 ContentCaptureServerSession(@NonNull Object lock, @NonNull IBinder activityToken, in ContentCaptureServerSession() method in ContentCaptureServerSession
/frameworks/base/services/
Dart-profile6089 PLcom/android/server/contentcapture/ContentCaptureServerSession;-><init>(Landroid/os/IBinder;Lcom/a…
6090 PLcom/android/server/contentcapture/ContentCaptureServerSession;->destroyLocked(Z)V
6091 PLcom/android/server/contentcapture/ContentCaptureServerSession;->dumpLocked(Ljava/lang/String;Ljav…
6092 PLcom/android/server/contentcapture/ContentCaptureServerSession;->removeSelfLocked(Z)V
6093 PLcom/android/server/contentcapture/ContentCaptureServerSession;->resurrectLocked()V
6094 PLcom/android/server/contentcapture/ContentCaptureServerSession;->sendActivitySnapshotLocked(Landro…