Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogManagerUnitTest.java474 mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener); in testAddResourceOveruseListenerForSystem()
475 verify(mService).removeResourceOveruseListenerForSystem(listenerImpl); in testAddResourceOveruseListenerForSystem()
511 mCarWatchdogManager.removeResourceOveruseListenerForSystem(firstListener); in testMultipleAddResourceOveruseListenerForSystem()
518 mCarWatchdogManager.removeResourceOveruseListenerForSystem(secondListener); in testMultipleAddResourceOveruseListenerForSystem()
521 verify(mService, times(1)).removeResourceOveruseListenerForSystem(listenerImpl); in testMultipleAddResourceOveruseListenerForSystem()
536 mCarWatchdogManager.removeResourceOveruseListenerForSystem(firstListener); in testReAddResourceOveruseListenerForSystem()
537 mCarWatchdogManager.removeResourceOveruseListenerForSystem(secondListener); in testReAddResourceOveruseListenerForSystem()
541 mCarWatchdogManager.removeResourceOveruseListenerForSystem(firstListener); in testReAddResourceOveruseListenerForSystem()
546 .removeResourceOveruseListenerForSystem(any(IResourceOveruseListener.class)); in testReAddResourceOveruseListenerForSystem()
558 mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener); in testRemoveRemovedResourceOveruseListenerForSystem()
[all …]
DCarWatchdogServiceUnitTest.java720 mCarWatchdogService.removeResourceOveruseListenerForSystem(mockListener); in testRemoveResourceOveruseListenerForSystem()
722 verify(mMockWatchdogPerfHandler).removeResourceOveruseListenerForSystem(eq(mockListener)); in testRemoveResourceOveruseListenerForSystem()
DWatchdogPerfHandlerUnitTest.java851 mWatchdogPerfHandler.removeResourceOveruseListenerForSystem(mockListener); in testResourceOveruseListenerForSystem()
/packages/services/Car/car-lib/src/android/car/watchdog/
DICarWatchdogService.aidl49 void removeResourceOveruseListenerForSystem(in IResourceOveruseListener listener); in removeResourceOveruseListenerForSystem() method
DCarWatchdogManager.java607 public void removeResourceOveruseListenerForSystem( in removeResourceOveruseListenerForSystem() method in CarWatchdogManager
898 mService.removeResourceOveruseListenerForSystem(mResourceOveruseListenerForSystemImpl); in removeResourceOveruseListenerForSystemImpl()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java497 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in CarWatchdogService
499 mWatchdogPerfHandler.removeResourceOveruseListenerForSystem(listener); in removeResourceOveruseListenerForSystem()
DWatchdogPerfHandler.java678 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in WatchdogPerfHandler
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2828 method TIRAMISU_0 void removeResourceOveruseListenerForSystem(ResourceOveruseListener listener);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2845 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
/packages/services/Car/car-lib/api/
Dsystem-current.txt2845 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
Dtest-current.txt2951 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
Dsystem-lint-baseline.txt4900 UnflaggedApi: android.car.watchdog.CarWatchdogManager#removeResourceOveruseListenerForSystem(androi…
4901 …aggedApi: method android.car.watchdog.CarWatchdogManager.removeResourceOveruseListenerForSystem(an…