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
99 private CarTrustedDeviceService mCarTrustedDeviceService;260 private CarTrustedDeviceService getTrustedDeviceService() { in getTrustedDeviceService()262 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()
97 private final CarTrustedDeviceService mTrustedDeviceService;141 public CarTrustAgentEnrollmentService(Context context, CarTrustedDeviceService service, in CarTrustAgentEnrollmentService()
55 import com.android.car.trust.CarTrustedDeviceService;102 private final CarTrustedDeviceService mCarTrustedDeviceService;184 mCarTrustedDeviceService = new CarTrustedDeviceService(serviceContext); in ICarImpl()190 CarLocalServices.addService(CarTrustedDeviceService.class, mCarTrustedDeviceService); in ICarImpl()
71 private CarTrustedDeviceService mCarTrustedDeviceService;100 mCarTrustedDeviceService = new CarTrustedDeviceService(mContext); in setUp()