Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java111 private ITrustedDeviceAgentDelegate mTrustAgentDelegate; field in TrustedDeviceManager
153 if (mTrustAgentDelegate == null) { in startEnrollment()
160 mTrustAgentDelegate.addEscrowToken(token, ActivityManager.getCurrentUser()); in startEnrollment()
192 mTrustAgentDelegate.unlockUserWithToken(credentials.getEscrowToken().toByteArray(), in unlockUser()
272 if (mTrustAgentDelegate == null) { in removeTrustedDevice()
278 mTrustAgentDelegate.removeEscrowToken(trustedDevice.getHandle(), in removeTrustedDevice()
375 mTrustAgentDelegate = trustAgentDelegate; in setTrustedDeviceAgentDelegate()
396 if (trustAgentDelegate.asBinder() != mTrustAgentDelegate.asBinder()) { in clearTrustedDeviceAgentDelegate()
398 "current TrustedDeviceAgentDelegate: " + mTrustAgentDelegate + in clearTrustedDeviceAgentDelegate()
403 mTrustAgentDelegate = null; in clearTrustedDeviceAgentDelegate()
[all …]