Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/contentcapture/
DContentCaptureService.java560 int sessionIdInt = event.getSessionId(); in handleSendEvents() local
561 if (sessionIdInt != lastSessionId) { in handleSendEvents()
562 sessionId = new ContentCaptureSessionId(sessionIdInt); in handleSendEvents()
563 lastSessionId = sessionIdInt; in handleSendEvents()
576 mSessionUids.put(sessionIdInt, uid); in handleSendEvents()
581 mSessionUids.delete(sessionIdInt); in handleSendEvents()
611 int sessionIdInt = events.isEmpty() ? NO_SESSION_ID : events.get(0).getSessionId(); in handleOnLoginDetected() local
612 ContentCaptureSessionId sessionId = new ContentCaptureSessionId(sessionIdInt); in handleOnLoginDetected()
615 new ContentCaptureEvent(sessionIdInt, TYPE_SESSION_RESUMED); in handleOnLoginDetected()
621 ContentCaptureEvent endEvent = new ContentCaptureEvent(sessionIdInt, TYPE_SESSION_PAUSED); in handleOnLoginDetected()