Searched refs:mResourceOveruseListenerForSystemInfos (Results 1 – 1 of 1) sorted by relevance
109 private final List<ResourceOveruseListenerInfo> mResourceOveruseListenerForSystemInfos; field in CarWatchdogManager166 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()