Home
last modified time | relevance | path

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

12

/aosp_15_r20/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()
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/watchdog/
DICarWatchdogService.aidl49 void removeResourceOveruseListenerForSystem(in IResourceOveruseListener listener); in removeResourceOveruseListenerForSystem() method
DCarWatchdogManager.java642 public void removeResourceOveruseListenerForSystem( in removeResourceOveruseListenerForSystem() method in CarWatchdogManager
933 mService.removeResourceOveruseListenerForSystem(mResourceOveruseListenerForSystemImpl); in removeResourceOveruseListenerForSystemImpl()
/aosp_15_r20/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/watchdog/
H A DCarWatchdogManagerPermissionTest.java165 () -> mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener)); in testRemoveResourceOveruseListenerForSystem()
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DCarWatchdogManagerTest.java414 mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener); in testResourceOveruseListenerForSystem()
445 .removeResourceOveruseListenerForSystem(/* listener= */ null)); in testThrowsExceptionOnRemoveResourceOveruseListenerForSystemWithNullListener()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java496 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in CarWatchdogService
498 mWatchdogPerfHandler.removeResourceOveruseListenerForSystem(listener); in removeResourceOveruseListenerForSystem()
DWatchdogPerfHandler.java690 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in WatchdogPerfHandler
/aosp_15_r20/prebuilts/sdk/32/system/
HDandroid.car-system-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/car/ android/ ...
/aosp_15_r20/prebuilts/sdk/33/system/
HDandroid.car-system-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/car/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/system/
HDandroid.car-system-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/car/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/services/Car/car-lib/android.car/android_common/turbine-combined/
Dandroid.car.jarandroid/car/AoapService$IncomingHandler.class <Unknown> package android.car android.car ...
/aosp_15_r20/out/soong/.intermediates/packages/services/Car/car-lib/android.car/android_common/turbine/
Dandroid.car.jarandroid/car/AoapService$Result.class <Unknown> package android.car public abstract annotation ...
/aosp_15_r20/prebuilts/sdk/34/system/
HDandroid.car-system-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/car/ android/ ...
HDandroid.car.testapi.jarMETA-INF/ META-INF/MANIFEST.MF DefaultProperties.json android/ android/automotive ...
/aosp_15_r20/prebuilts/sdk/35/system/
HDandroid.car-system-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/car/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/services/Car/car-lib/android.car-system-stubs-docs/android_common/everything/
Dandroid.car-system-stubs-docs_api.txt2748 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
Dapi_lint_baseline.txt4968 UnflaggedApi: android.car.watchdog.CarWatchdogManager#removeResourceOveruseListenerForSystem(androi…
4969 …aggedApi: method android.car.watchdog.CarWatchdogManager.removeResourceOveruseListenerForSystem(an…
/aosp_15_r20/packages/services/Car/car-lib/api/
Dsystem-current.txt2748 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
Dtest-current.txt2854 …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…
/aosp_15_r20/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2748 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
/aosp_15_r20/out/soong/.intermediates/packages/services/Car/car-lib-module/android.car-module.stubs.source.system/android_common/everything/
Dandroid.car-module.stubs.source.system_api.txt2748 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
/aosp_15_r20/out/soong/.intermediates/packages/services/Car/car-lib/android.car-test-stubs-docs/android_common/everything/
Dandroid.car-test-stubs-docs_api.txt2854 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…

12