Searched refs:mUnlockDelegate (Results 1 – 2 of 2) sorted by relevance
130 private CarTrustAgentUnlockDelegate mUnlockDelegate; field in CarTrustAgentUnlockService191 mUnlockDelegate = delegate; in setUnlockRequestDelegate()512 if (mUnlockDelegate == null) { in processCredentials()531 mUnlockDelegate.onUnlockDataReceived( in processCredentials()
193 mCarTrustAgentUnlockService.setUnlockRequestDelegate(mUnlockDelegate); in setUnlockRequestDelegate()298 private final CarTrustAgentUnlockDelegate mUnlockDelegate = new CarTrustAgentUnlockDelegate() { field in CarBleTrustAgent