Home
last modified time | relevance | path

Searched refs:cancelBugreport (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarBugreportManagerServiceTest.java204 mService.cancelBugreport(); in test_cancelBugreport_success()
216 mService.cancelBugreport(); in test_cancelBugreport_serviceNotRunning()
233 mService.cancelBugreport(); in test_cancelBugreport_serviceCannotBeStopped()
265 assertThrows(SecurityException.class, () -> mService.cancelBugreport()); in testCancelBugreport_failsIfNotSignedWithPlatformKeys()
/packages/services/Car/car-lib/src/android/car/
DCarBugreportManager.java241 public void cancelBugreport() { in cancelBugreport() method in CarBugreportManager
243 mService.cancelBugreport(); in cancelBugreport()
DICarBugreportService.aidl45 void cancelBugreport() = 2; in cancelBugreport() method
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarBugreportManagerTest.java87 mManager.cancelBugreport(); in tearDown()
163 mManager.cancelBugreport(); in test_cancelBugreport_works()
/packages/services/Car/service/src/com/android/car/
DCarBugreportManagerService.java153 public void cancelBugreport() { in cancelBugreport() method in CarBugreportManagerService
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt672 method TIRAMISU_0 void cancelBugreport();
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt141 method @RequiresPermission(android.Manifest.permission.DUMP) public void cancelBugreport();
/packages/services/Car/car-lib/api/
Dsystem-current.txt141 method @RequiresPermission(android.Manifest.permission.DUMP) public void cancelBugreport();
Dtest-current.txt144 method @RequiresPermission(android.Manifest.permission.DUMP) public void cancelBugreport();
Dsystem-lint-baseline.txt1158 UnflaggedApi: android.car.CarBugreportManager#cancelBugreport():
1159 … New API must be flagged with @FlaggedApi: method android.car.CarBugreportManager.cancelBugreport()