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()148 if (mCarTrustAgentEnrollmentService == null) { in onEscrowTokenRemoved()152 mCarTrustAgentEnrollmentService.onEscrowTokenRemoved(handle, in onEscrowTokenRemoved()163 if (mCarTrustAgentEnrollmentService == null) { in onEscrowTokenStateReceived()166 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged(handle, in onEscrowTokenStateReceived()176 if (mCarTrustAgentEnrollmentService == null) { in onEscrowTokenAdded()179 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(token, handle, user.getIdentifier()); in onEscrowTokenAdded()183 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()
92 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService; field in CarTrustAgentBleManager247 if (mCarTrustAgentEnrollmentService != null) { in getEnrollmentService()248 return mCarTrustAgentEnrollmentService; in getEnrollmentService()252 mCarTrustAgentEnrollmentService = in getEnrollmentService()255 return mCarTrustAgentEnrollmentService; in getEnrollmentService()570 mCarTrustAgentEnrollmentService.terminateEnrollmentHandshake(); in writeNextMessageInQueue()