Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DCarWatchdogManager.java109 private final List<ResourceOveruseListenerInfo> mResourceOveruseListenerForSystemInfos; field in CarWatchdogManager
164 mResourceOveruseListenerForSystemInfos = new ArrayList<>(); in CarWatchdogManager()
581 if (mResourceOveruseListenerForSystemInfos.contains(listenerInfo)) { in addResourceOveruseListenerForSystem()
588 mResourceOveruseListenerForSystemInfos.add(listenerInfo); in addResourceOveruseListenerForSystem()
615 for (; index != mResourceOveruseListenerForSystemInfos.size(); ++index) { in removeResourceOveruseListenerForSystem()
617 mResourceOveruseListenerForSystemInfos.get(index); in removeResourceOveruseListenerForSystem()
623 if (index == mResourceOveruseListenerForSystemInfos.size()) { in removeResourceOveruseListenerForSystem()
627 mResourceOveruseListenerForSystemInfos.remove(index); in removeResourceOveruseListenerForSystem()
890 mResourceOveruseListenerForSystemInfos.clear(); in addResourceOveruseListenerForSystemImpl()
916 listenerInfos = mResourceOveruseListenerForSystemInfos; in onResourceOveruse()