Home
last modified time | relevance | path

Searched refs:NO_SESSION_ID (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureContext.java18 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
120 private int mParentSessionId = NO_SESSION_ID;
225 return mParentSessionId == NO_SESSION_ID ? null in getParentSessionId()
360 if (mParentSessionId != NO_SESSION_ID) { in dump()
393 if (mParentSessionId != NO_SESSION_ID) { in toString()
H A DContentCaptureEvent.java20 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
166 private int mParentSessionId = NO_SESSION_ID;
511 if (mSessionId != NO_SESSION_ID) { in dump()
514 if (mParentSessionId != NO_SESSION_ID) { in dump()
545 if (mType == TYPE_SESSION_STARTED && mParentSessionId != NO_SESSION_ID) { in toString()
H A DContentCaptureSession.java21 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
252 Preconditions.checkArgument(id != NO_SESSION_ID); in ContentCaptureSession()
699 } while (id == NO_SESSION_ID); in getRandomSessionId()
H A DContentCaptureManager.java257 public static final int NO_SESSION_ID = 0; field in ContentCaptureManager
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureServerSession.java19 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
82 Preconditions.checkArgument(sessionId != NO_SESSION_ID); in ContentCaptureServerSession()
H A DContentCapturePerUserService.java20 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
462 if (id != NO_SESSION_ID) { in sendActivityAssistDataLocked()
471 mRemoteService.onActivitySnapshotRequest(NO_SESSION_ID, snapshotData); in sendActivityAssistDataLocked()
608 return NO_SESSION_ID; in getSessionId()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureEventTest.java52 private static final int NO_SESSION_ID = 0; field in ContentCaptureEventTest
305 assertThat(event.getParentSessionId()).isEqualTo(NO_SESSION_ID); in assertContextUpdatedEvent()
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java23 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
515 int lastSessionId = NO_SESSION_ID; in handleSendEvents()
572 int sessionIdInt = events.isEmpty() ? NO_SESSION_ID : events.get(0).getSessionId(); in handleOnLoginDetected()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt17360 field public static final int NO_SESSION_ID = 0; // 0x0