Searched refs:AttachData (Results 1 – 1 of 1) sorted by relevance
84 private static class AttachData { class in WifiAwareMetrics88 private Map<Integer, AttachData> mAttachDataByUid = new HashMap<>();220 AttachData data = mAttachDataByUid.get(uid); in recordAttachSession()222 data = new AttachData(); in recordAttachSession()522 for (AttachData ad: mAttachDataByUid.values()) { in consolidateProto()690 for (Map.Entry<Integer, AttachData> ade: mAttachDataByUid.entrySet()) { in dump()