Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DCarWatchdogManager.java100 private final IResourceOveruseListenerImpl mResourceOveruseListenerForSystemImpl; field in CarWatchdogManager
161 mResourceOveruseListenerForSystemImpl = new IResourceOveruseListenerImpl(this, in CarWatchdogManager()
585 shouldRemoveFromService = mResourceOveruseListenerForSystemImpl.hasListeners(); in addResourceOveruseListenerForSystem()
587 mResourceOveruseListenerForSystemImpl.maybeAppendFlag(resourceOveruseFlag); in addResourceOveruseListenerForSystem()
629 mResourceOveruseListenerForSystemImpl.maybeRemoveFlag(resourceOveruseFlag); in removeResourceOveruseListenerForSystem()
630 shouldReAddToService = mResourceOveruseListenerForSystemImpl.hasListeners(); in removeResourceOveruseListenerForSystem()
882 mResourceOveruseListenerForSystemImpl.resourceOveruseFlag(), in addResourceOveruseListenerForSystemImpl()
883 mResourceOveruseListenerForSystemImpl); in addResourceOveruseListenerForSystemImpl() local
898 mService.removeResourceOveruseListenerForSystem(mResourceOveruseListenerForSystemImpl); in removeResourceOveruseListenerForSystemImpl()