Searched refs:CarTrustedDeviceService (Results 1 – 7 of 7) sorted by relevance
65 public class CarTrustedDeviceService implements CarServiceBase { class66 private static final String TAG = CarTrustedDeviceService.class.getSimpleName();101 public CarTrustedDeviceService(Context context) { in CarTrustedDeviceService() method in CarTrustedDeviceService
91 private CarTrustedDeviceService mCarTrustedDeviceService;238 private CarTrustedDeviceService getTrustedDeviceService() { in getTrustedDeviceService()240 mCarTrustedDeviceService = CarLocalServices.getService(CarTrustedDeviceService.class); in getTrustedDeviceService()
55 private CarTrustedDeviceService mCarTrustedDeviceService;72 mCarTrustedDeviceService = CarLocalServices.getService(CarTrustedDeviceService.class); in onCreate()
128 private final CarTrustedDeviceService mTrustedDeviceService;149 CarTrustAgentUnlockService(CarTrustedDeviceService service, in CarTrustAgentUnlockService()
94 private final CarTrustedDeviceService mTrustedDeviceService;138 public CarTrustAgentEnrollmentService(Context context, CarTrustedDeviceService service, in CarTrustAgentEnrollmentService()
47 import com.android.car.trust.CarTrustedDeviceService;91 private final CarTrustedDeviceService mCarTrustedDeviceService;166 mCarTrustedDeviceService = new CarTrustedDeviceService(serviceContext); in ICarImpl()172 CarLocalServices.addService(CarTrustedDeviceService.class, mCarTrustedDeviceService); in ICarImpl()
71 private CarTrustedDeviceService mCarTrustedDeviceService;100 mCarTrustedDeviceService = new CarTrustedDeviceService(mContext); in setUp()