Home
last modified time | relevance | path

Searched refs:CarTrustedDeviceService (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java43 public class CarTrustedDeviceService implements CarServiceBase, BleEventCallback { class
44 private static final String TAG = CarTrustedDeviceService.class.getSimpleName();
51 public CarTrustedDeviceService(Context context) { in CarTrustedDeviceService() method in CarTrustedDeviceService
DCarBleTrustAgent.java59 private CarTrustedDeviceService mCarTrustedDeviceService;
76 mCarTrustedDeviceService = CarLocalServices.getService(CarTrustedDeviceService.class); in onCreate()
DCarTrustAgentUnlockService.java122 private final CarTrustedDeviceService mTrustedDeviceService;
142 CarTrustAgentUnlockService(Context context, CarTrustedDeviceService service, in CarTrustAgentUnlockService()
DCarTrustAgentEnrollmentService.java120 private final CarTrustedDeviceService mTrustedDeviceService;
168 public CarTrustAgentEnrollmentService(Context context, CarTrustedDeviceService service, in CarTrustAgentEnrollmentService()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java56 import com.android.car.trust.CarTrustedDeviceService;
110 private final CarTrustedDeviceService mCarTrustedDeviceService;
245 mCarTrustedDeviceService = new CarTrustedDeviceService(serviceContext); in ICarImpl()
263 CarLocalServices.addService(CarTrustedDeviceService.class, mCarTrustedDeviceService); in ICarImpl()
DCarShellCommand.java87 import com.android.car.trust.CarTrustedDeviceService;
233 private final CarTrustedDeviceService mCarTrustedDeviceService;
249 CarTrustedDeviceService carTrustedDeviceService, in CarShellCommand()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java75 private CarTrustedDeviceService mCarTrustedDeviceService;
103 mCarTrustedDeviceService = new CarTrustedDeviceService(mContext); in setUp()