/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogManagerUnitTest.java | 474 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 …]
|
D | CarWatchdogServiceUnitTest.java | 720 mCarWatchdogService.removeResourceOveruseListenerForSystem(mockListener); in testRemoveResourceOveruseListenerForSystem() 722 verify(mMockWatchdogPerfHandler).removeResourceOveruseListenerForSystem(eq(mockListener)); in testRemoveResourceOveruseListenerForSystem()
|
D | WatchdogPerfHandlerUnitTest.java | 851 mWatchdogPerfHandler.removeResourceOveruseListenerForSystem(mockListener); in testResourceOveruseListenerForSystem()
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/watchdog/ |
D | ICarWatchdogService.aidl | 49 void removeResourceOveruseListenerForSystem(in IResourceOveruseListener listener); in removeResourceOveruseListenerForSystem() method
|
D | CarWatchdogManager.java | 642 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 D | CarWatchdogManagerPermissionTest.java | 165 () -> mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener)); in testRemoveResourceOveruseListenerForSystem()
|
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/ |
H A D | CarWatchdogManagerTest.java | 414 mCarWatchdogManager.removeResourceOveruseListenerForSystem(listener); in testResourceOveruseListenerForSystem() 445 .removeResourceOveruseListenerForSystem(/* listener= */ null)); in testThrowsExceptionOnRemoveResourceOveruseListenerForSystemWithNullListener()
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 496 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in CarWatchdogService 498 mWatchdogPerfHandler.removeResourceOveruseListenerForSystem(listener); in removeResourceOveruseListenerForSystem()
|
D | WatchdogPerfHandler.java | 690 public void removeResourceOveruseListenerForSystem(@NonNull IResourceOveruseListener listener) { in removeResourceOveruseListenerForSystem() method in WatchdogPerfHandler
|
/aosp_15_r20/prebuilts/sdk/32/system/ |
HD | android.car-system-stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/car/
android/ ... |
/aosp_15_r20/prebuilts/sdk/33/system/ |
HD | android.car-system-stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/car/
android/ ... |
/aosp_15_r20/prebuilts/sdk/31/system/ |
HD | android.car-system-stubs.jar | META-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/ |
D | android.car.jar | android/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/ |
D | android.car.jar | android/car/AoapService$Result.class
<Unknown>
package android.car
public abstract annotation ... |
/aosp_15_r20/prebuilts/sdk/34/system/ |
HD | android.car-system-stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/car/
android/ ... |
HD | android.car.testapi.jar | META-INF/
META-INF/MANIFEST.MF
DefaultProperties.json
android/
android/automotive ... |
/aosp_15_r20/prebuilts/sdk/35/system/ |
HD | android.car-system-stubs.jar | META-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/ |
D | android.car-system-stubs-docs_api.txt | 2748 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
|
D | api_lint_baseline.txt | 4968 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/ |
D | system-current.txt | 2748 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
|
D | test-current.txt | 2854 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
|
D | system-lint-baseline.txt | 4900 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/ |
D | system-current.txt | 2748 …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/ |
D | android.car-module.stubs.source.system_api.txt | 2748 …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/ |
D | android.car-test-stubs-docs_api.txt | 2854 …Car.PERMISSION_COLLECT_CAR_WATCHDOG_METRICS) public void removeResourceOveruseListenerForSystem(@N…
|