Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java38 import com.android.car.trust.CarTrustAgentUnlockService.CarTrustAgentUnlockDelegate;
307 private final CarTrustAgentUnlockDelegate mUnlockDelegate = new CarTrustAgentUnlockDelegate() {
DCarTrustAgentUnlockService.java130 private CarTrustAgentUnlockDelegate mUnlockDelegate;
159 interface CarTrustAgentUnlockDelegate { interface in CarTrustAgentUnlockService
190 void setUnlockRequestDelegate(CarTrustAgentUnlockDelegate delegate) { in setUnlockRequestDelegate()