Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogManagerUnitTest.java315 mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener); in testAddResourceOveruseListenerForSystem()
316 verify(mService).removeResourceOveruseListenerForSystem(listenerImpl); in testAddResourceOveruseListenerForSystem()
352 mCarWatchdogManager.removeResourceOveruseListenerForSystem(firstListener); in testMultipleAddResourceOveruseListenerForSystem()
359 mCarWatchdogManager.removeResourceOveruseListenerForSystem(secondListener); in testMultipleAddResourceOveruseListenerForSystem()
362 verify(mService, times(1)).removeResourceOveruseListenerForSystem(listenerImpl); in testMultipleAddResourceOveruseListenerForSystem()
377 mCarWatchdogManager.removeResourceOveruseListenerForSystem(firstListener); in testReAddResourceOveruseListenerForSystem()
378 mCarWatchdogManager.removeResourceOveruseListenerForSystem(secondListener); in testReAddResourceOveruseListenerForSystem()
382 mCarWatchdogManager.removeResourceOveruseListenerForSystem(firstListener); in testReAddResourceOveruseListenerForSystem()
387 .removeResourceOveruseListenerForSystem(any(IResourceOveruseListener.class)); in testReAddResourceOveruseListenerForSystem()
399 mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener); in testRemoveRemovedResourceOveruseListenerForSystem()
[all …]
DCarWatchdogServiceUnitTest.java1486 mCarWatchdogService.removeResourceOveruseListenerForSystem(mockListener); in testResourceOveruseListenerForSystem()
/packages/services/Car/car-lib/src/android/car/watchdog/
DICarWatchdogService.aidl49 void removeResourceOveruseListenerForSystem(in IResourceOveruseListener listener); in removeResourceOveruseListenerForSystem() method
DCarWatchdogManager.java624 public void removeResourceOveruseListenerForSystem( in removeResourceOveruseListenerForSystem() method in CarWatchdogManager
910 mService.removeResourceOveruseListenerForSystem(mResourceOveruseListenerForSystemImpl); in removeResourceOveruseListenerForSystemImpl()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/watchdog/
DCarWatchdogManagerPermissionTest.java172 () -> mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener)); in testRemoveResourceOveruseListenerForSystem()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java455 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in CarWatchdogService
457 mWatchdogPerfHandler.removeResourceOveruseListenerForSystem(listener); in removeResourceOveruseListenerForSystem()
DWatchdogPerfHandler.java574 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in WatchdogPerfHandler
/packages/services/Car/car-lib/api/
Dsystem-current.txt1761 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
Dtest-current.txt1874 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1761 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2826 method TIRAMISU_0 void removeResourceOveruseListenerForSystem(ResourceOveruseListener listener);