Searched refs:SoundModelStat (Results 1 – 1 of 1) sorted by relevance
161 private class SoundModelStat { class in SoundTriggerService.SoundModelStatTracker162 SoundModelStat() { in SoundModelStat() method in SoundTriggerService.SoundModelStatTracker.SoundModelStat175 private final TreeMap<UUID, SoundModelStat> mModelStats;178 mModelStats = new TreeMap<UUID, SoundModelStat>(); in SoundModelStatTracker()182 SoundModelStat stat = mModelStats.get(id); in onStart()184 stat = new SoundModelStat(); in onStart()199 SoundModelStat stat = mModelStats.get(id); in onStop()218 for (Map.Entry<UUID, SoundModelStat> entry : mModelStats.entrySet()) { in dump()220 SoundModelStat stat = entry.getValue(); in dump()