Home
last modified time | relevance | path

Searched refs:CarBugreportManagerService (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarBugreportManagerServiceTest.java55 private CarBugreportManagerService mService;
79 mService = new CarBugreportManagerService(mMockContext, /* isUserBuild= */ true); in test_requestBugreport_failsIfNotDesignatedAppOnUserBuild()
98 mService = new CarBugreportManagerService(mMockContext); in test_requestBugreport_failsIfNotSignedWithPlatformKeys()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBugreportManagerService.java59 public class CarBugreportManagerService extends ICarBugreportService.Stub implements class
62 private static final String TAG = CarLog.tagFor(CarBugreportManagerService.class);
104 public CarBugreportManagerService(Context context) { in CarBugreportManagerService() method in CarBugreportManagerService
110 CarBugreportManagerService(Context context, boolean isUserBuild) { in CarBugreportManagerService() method in CarBugreportManagerService
H A DICarImpl.java133 private final CarBugreportManagerService mCarBugreportManagerService;
321 mCarBugreportManagerService = constructWithTrace(t, CarBugreportManagerService.class, in ICarImpl()
322 () -> new CarBugreportManagerService(serviceContext)); in ICarImpl()
/aosp12/packages/services/Car/cpp/bugreport/
H A DREADME.md6 `CarBugreportManagerService`.
/aosp12/packages/services/Car/car_product/sepolicy/private/
H A Dcarservice_app.te83 ## CarBugreportManagerService rules