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
166 mResourceOveruseListenerForSystemInfos = new ArrayList<>(); in CarWatchdogManager()
572 if (mResourceOveruseListenerForSystemInfos.contains(listenerInfo)) { in addResourceOveruseListenerForSystem()
579 mResourceOveruseListenerForSystemInfos.add(listenerInfo); in addResourceOveruseListenerForSystem()
606 for (; index != mResourceOveruseListenerForSystemInfos.size(); ++index) { in removeResourceOveruseListenerForSystem()
608 mResourceOveruseListenerForSystemInfos.get(index); in removeResourceOveruseListenerForSystem()
614 if (index == mResourceOveruseListenerForSystemInfos.size()) { in removeResourceOveruseListenerForSystem()
618 mResourceOveruseListenerForSystemInfos.remove(index); in removeResourceOveruseListenerForSystem()
866 mResourceOveruseListenerForSystemInfos.clear(); in addResourceOveruseListenerForSystemImpl()
892 listenerInfos = mResourceOveruseListenerForSystemInfos; in onResourceOveruse()