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.java358 mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener); in testAddResourceOveruseListenerForSystem()
359 verify(mService).removeResourceOveruseListenerForSystem(listenerImpl); in testAddResourceOveruseListenerForSystem()
395 mCarWatchdogManager.removeResourceOveruseListenerForSystem(firstListener); in testMultipleAddResourceOveruseListenerForSystem()
402 mCarWatchdogManager.removeResourceOveruseListenerForSystem(secondListener); in testMultipleAddResourceOveruseListenerForSystem()
405 verify(mService, times(1)).removeResourceOveruseListenerForSystem(listenerImpl); in testMultipleAddResourceOveruseListenerForSystem()
420 mCarWatchdogManager.removeResourceOveruseListenerForSystem(firstListener); in testReAddResourceOveruseListenerForSystem()
421 mCarWatchdogManager.removeResourceOveruseListenerForSystem(secondListener); in testReAddResourceOveruseListenerForSystem()
425 mCarWatchdogManager.removeResourceOveruseListenerForSystem(firstListener); in testReAddResourceOveruseListenerForSystem()
430 .removeResourceOveruseListenerForSystem(any(IResourceOveruseListener.class)); in testReAddResourceOveruseListenerForSystem()
442 mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener); in testRemoveRemovedResourceOveruseListenerForSystem()
[all …]
DCarWatchdogServiceUnitTest.java1548 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.java457 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in CarWatchdogService
459 mWatchdogPerfHandler.removeResourceOveruseListenerForSystem(listener); in removeResourceOveruseListenerForSystem()
DWatchdogPerfHandler.java582 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in WatchdogPerfHandler
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2826 method TIRAMISU_0 void removeResourceOveruseListenerForSystem(ResourceOveruseListener listener);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2575 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
/packages/services/Car/car-lib/api/
Dsystem-current.txt2575 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
Dtest-current.txt2678 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…