Searched refs:AttachData (Results 1 – 1 of 1) sorted by relevance
87 private static class AttachData { class in WifiAwareMetrics91 private Map<Integer, AttachData> mAttachDataByUid = new HashMap<>();224 AttachData data = mAttachDataByUid.get(uid); in recordAttachSession()226 data = new AttachData(); in recordAttachSession()526 for (AttachData ad: mAttachDataByUid.values()) { in consolidateProto()696 for (Map.Entry<Integer, AttachData> ade: mAttachDataByUid.entrySet()) { in dump()