Searched refs:mSessionUids (Results 1 – 1 of 1) sorted by relevance
197 private final SparseIntArray mSessionUids = new SparseIntArray(); field in ContentCaptureService387 final int size = mSessionUids.size(); in dump()392 pw.print(prefix); pw.print(mSessionUids.keyAt(i)); in dump()393 pw.print(": uid="); pw.println(mSessionUids.valueAt(i)); in dump()413 mSessionUids.put(sessionId, uid); in handleOnCreateSession()469 mSessionUids.put(sessionIdInt, uid); in handleSendEvents()474 mSessionUids.delete(sessionIdInt); in handleSendEvents()502 mSessionUids.delete(sessionId); in handleFinishSession()527 if (mSessionUids.indexOfKey(sessionId) < 0) { in handleIsRightCallerFor()530 + ": " + mSessionUids); in handleIsRightCallerFor()[all …]