Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceManager.aidl21 import com.android.car.companiondevicesupport.api.internal.trust.ITrustedDeviceAgentDelegate;
51 void setTrustedDeviceAgentDelegate(in ITrustedDeviceAgentDelegate trustAgentDelegate); in setTrustedDeviceAgentDelegate()
54 void clearTrustedDeviceAgentDelegate(in ITrustedDeviceAgentDelegate trustAgentDelegate); in clearTrustedDeviceAgentDelegate()
DITrustedDeviceAgentDelegate.aidl20 oneway interface ITrustedDeviceAgentDelegate { interface
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java32 import com.android.car.companiondevicesupport.api.internal.trust.ITrustedDeviceAgentDelegate;
112 private final ITrustedDeviceAgentDelegate mTrustedDeviceAgentDelegate =
113 new ITrustedDeviceAgentDelegate.Stub() {
DTrustedDeviceManager.java45 import com.android.car.companiondevicesupport.api.internal.trust.ITrustedDeviceAgentDelegate;
111 private ITrustedDeviceAgentDelegate mTrustAgentDelegate;
373 public void setTrustedDeviceAgentDelegate(ITrustedDeviceAgentDelegate trustAgentDelegate) { in setTrustedDeviceAgentDelegate()
395 public void clearTrustedDeviceAgentDelegate(ITrustedDeviceAgentDelegate trustAgentDelegate) { in clearTrustedDeviceAgentDelegate()