Searched refs:mSessionUids (Results 1 – 1 of 1) sorted by relevance
238 private final SparseIntArray mSessionUids = new SparseIntArray(); field in ContentCaptureService455 final int size = mSessionUids.size(); in dump()460 pw.print(prefix); pw.print(mSessionUids.keyAt(i)); in dump()461 pw.print(": uid="); pw.println(mSessionUids.valueAt(i)); in dump()481 mSessionUids.put(sessionId, uid); in handleOnCreateSession()537 mSessionUids.put(sessionIdInt, uid); in handleSendEvents()542 mSessionUids.delete(sessionIdInt); in handleSendEvents()591 mSessionUids.delete(sessionId); in handleFinishSession()648 if (mSessionUids.indexOfKey(sessionId) < 0) { in handleIsRightCallerFor()651 + ": " + mSessionUids); in handleIsRightCallerFor()[all …]