Home
last modified time | relevance | path

Searched refs:AttachData (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareMetrics.java84 private static class AttachData { class in WifiAwareMetrics
88 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()