Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java130 private CarTrustAgentUnlockDelegate mUnlockDelegate; field in CarTrustAgentUnlockService
191 mUnlockDelegate = delegate; in setUnlockRequestDelegate()
512 if (mUnlockDelegate == null) { in processCredentials()
531 mUnlockDelegate.onUnlockDataReceived( in processCredentials()
DCarBleTrustAgent.java193 mCarTrustAgentUnlockService.setUnlockRequestDelegate(mUnlockDelegate); in setUnlockRequestDelegate()
298 private final CarTrustAgentUnlockDelegate mUnlockDelegate = new CarTrustAgentUnlockDelegate() { field in CarBleTrustAgent