Searched refs:NO_SESSION_ID (Results 1 – 10 of 10) sorted by relevance
18 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;111 private int mParentSessionId = NO_SESSION_ID;202 return mParentSessionId == NO_SESSION_ID ? null in getParentSessionId()323 if (mParentSessionId != NO_SESSION_ID) { in dump()355 if (mParentSessionId != NO_SESSION_ID) { in toString()
19 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;144 private int mParentSessionId = NO_SESSION_ID;386 if (mSessionId != NO_SESSION_ID) { in dump()389 if (mParentSessionId != NO_SESSION_ID) { in dump()409 if (mType == TYPE_SESSION_STARTED && mParentSessionId != NO_SESSION_ID) { in toString()
20 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;228 Preconditions.checkArgument(id != NO_SESSION_ID); in ContentCaptureSession()628 } while (id == NO_SESSION_ID); in getRandomSessionId()
244 public static final int NO_SESSION_ID = 0; field in ContentCaptureManager
19 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;81 Preconditions.checkArgument(sessionId != NO_SESSION_ID); in ContentCaptureServerSession()
20 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;434 if (id != NO_SESSION_ID) { in sendActivityAssistDataLocked()443 mRemoteService.onActivitySnapshotRequest(NO_SESSION_ID, snapshotData); in sendActivityAssistDataLocked()570 return NO_SESSION_ID; in getSessionId()
52 private static final int NO_SESSION_ID = 0; field in ContentCaptureEventTest302 assertThat(event.getParentSessionId()).isEqualTo(NO_SESSION_ID); in assertContextUpdatedEvent()
21 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;480 int lastSessionId = NO_SESSION_ID; in handleSendEvents()
11549 field public static final int NO_SESSION_ID = 0; // 0x0
12692 field public static final int NO_SESSION_ID = 0; // 0x0