Searched refs:mTrustAgentDelegate (Results 1 – 1 of 1) sorted by relevance
111 private ITrustedDeviceAgentDelegate mTrustAgentDelegate; field in TrustedDeviceManager153 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 …]