Searched refs:mSessionUids (Results 1 – 1 of 1) sorted by relevance
259 private final SparseIntArray mSessionUids = new SparseIntArray(); field in ContentCaptureService493 final int size = mSessionUids.size(); in dump()498 pw.print(prefix); pw.print(mSessionUids.keyAt(i)); in dump()499 pw.print(": uid="); pw.println(mSessionUids.valueAt(i)); in dump()520 mSessionUids.put(sessionId, uid); in handleOnCreateSession()576 mSessionUids.put(sessionIdInt, uid); in handleSendEvents()581 mSessionUids.delete(sessionIdInt); in handleSendEvents()640 mSessionUids.delete(sessionId); in handleFinishSession()697 if (mSessionUids.indexOfKey(sessionId) < 0) { in handleIsRightCallerFor()700 + ": " + mSessionUids); in handleIsRightCallerFor()[all …]