Searched refs:AttachData (Results 1 – 1 of 1) sorted by relevance
92 private static class AttachData { class in WifiAwareMetrics96 private Map<Integer, AttachData> mAttachDataByUid = new HashMap<>();234 AttachData data = mAttachDataByUid.get(uid); in recordAttachSession()236 data = new AttachData(); in recordAttachSession()589 for (AttachData ad: mAttachDataByUid.values()) { in consolidateProto()759 for (Map.Entry<Integer, AttachData> ade: mAttachDataByUid.entrySet()) { in dump()