Searched refs:NO_SESSION_ID (Results 1 – 9 of 9) sorted by relevance
18 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;110 private int mParentSessionId = NO_SESSION_ID;212 return mParentSessionId == NO_SESSION_ID ? null in getParentSessionId()331 if (mParentSessionId != NO_SESSION_ID) { in dump()363 if (mParentSessionId != NO_SESSION_ID) { in toString()
20 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;150 private int mParentSessionId = NO_SESSION_ID;477 if (mSessionId != NO_SESSION_ID) { in dump()480 if (mParentSessionId != NO_SESSION_ID) { in dump()508 if (mType == TYPE_SESSION_STARTED && mParentSessionId != NO_SESSION_ID) { in toString()
20 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;227 Preconditions.checkArgument(id != NO_SESSION_ID); in ContentCaptureSession()623 } while (id == NO_SESSION_ID); in getRandomSessionId()
250 public static final int NO_SESSION_ID = 0; field in ContentCaptureManager
19 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;82 Preconditions.checkArgument(sessionId != NO_SESSION_ID); in ContentCaptureServerSession()
20 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;450 if (id != NO_SESSION_ID) { in sendActivityAssistDataLocked()459 mRemoteService.onActivitySnapshotRequest(NO_SESSION_ID, snapshotData); in sendActivityAssistDataLocked()586 return NO_SESSION_ID; in getSessionId()
52 private static final int NO_SESSION_ID = 0; field in ContentCaptureEventTest305 assertThat(event.getParentSessionId()).isEqualTo(NO_SESSION_ID); in assertContextUpdatedEvent()
21 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;477 int lastSessionId = NO_SESSION_ID; in handleSendEvents()
14447 field public static final int NO_SESSION_ID = 0; // 0x0