Searched refs:mCarTrustAgentEnrollmentService (Results 1 – 4 of 4) sorted by relevance
72 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService; field in CarTrustAgentEnrollmentServiceTest101 mCarTrustAgentEnrollmentService = new CarTrustAgentEnrollmentService(mContext, in setUp()104 mCarTrustAgentEnrollmentService.init(); in setUp()105 mCarTrustAgentEnrollmentService.setEnrollmentRequestDelegate(mEnrollDelegate); in setUp()107 mCarTrustAgentEnrollmentService.onRemoteDeviceConnected(mBluetoothDevice); in setUp()113 mCarTrustAgentEnrollmentService.onEscrowTokenRemoved(TEST_HANDLE1, mUserId); in tearDown()114 mCarTrustAgentEnrollmentService.onEscrowTokenRemoved(TEST_HANDLE2, mUserId); in tearDown()119 mCarTrustAgentEnrollmentService.setTrustedDeviceEnrollmentEnabled(false); in testDisableEnrollment_startEnrollmentAdvertisingFail()120 mCarTrustAgentEnrollmentService.startEnrollmentAdvertising(); in testDisableEnrollment_startEnrollmentAdvertisingFail()126 mCarTrustAgentEnrollmentService.setEncryptionRunner( in testEncryptionHandshake()[all …]
56 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService; field in CarBleTrustAgent77 mCarTrustAgentEnrollmentService = in onCreate()91 mCarTrustAgentEnrollmentService = null; in onDestroy()154 if (mCarTrustAgentEnrollmentService == null) { in onEscrowTokenRemoved()158 mCarTrustAgentEnrollmentService.onEscrowTokenRemoved(handle, in onEscrowTokenRemoved()169 if (mCarTrustAgentEnrollmentService == null) { in onEscrowTokenStateReceived()172 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged(handle, in onEscrowTokenStateReceived()182 if (mCarTrustAgentEnrollmentService == null) { in onEscrowTokenAdded()185 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(token, handle, user.getIdentifier()); in onEscrowTokenAdded()189 if (mCarTrustAgentEnrollmentService == null) { in setEnrollmentRequestDelegate()[all …]
94 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService; field in CarTrustedDeviceService108 mCarTrustAgentEnrollmentService = new CarTrustAgentEnrollmentService(mContext, this, in CarTrustedDeviceService()116 mCarTrustAgentEnrollmentService.init(); in init()123 mCarTrustAgentEnrollmentService.release(); in release()131 return mCarTrustAgentEnrollmentService; in getCarTrustAgentEnrollmentService()152 mCarTrustAgentEnrollmentService.onRemoteDeviceConnected(device); in onRemoteDeviceConnected()157 mCarTrustAgentEnrollmentService.onRemoteDeviceDisconnected(device); in onRemoteDeviceDisconnected()162 mCarTrustAgentEnrollmentService.onDeviceNameRetrieved(deviceName); in onDeviceNameRetrieved()188 List<TrustedDeviceInfo> deviceInfos = mCarTrustAgentEnrollmentService in dump()191 mCarTrustAgentEnrollmentService.dump(writer); in dump()
100 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService; field in CarTrustAgentBleManager269 if (mCarTrustAgentEnrollmentService != null) { in getEnrollmentService()270 return mCarTrustAgentEnrollmentService; in getEnrollmentService()274 mCarTrustAgentEnrollmentService = in getEnrollmentService()277 return mCarTrustAgentEnrollmentService; in getEnrollmentService()594 mCarTrustAgentEnrollmentService.terminateEnrollmentHandshake(); in writeNextMessageInQueue()