Searched refs:ITrustedDeviceAgentDelegate (Results 1 – 4 of 4) sorted by relevance
21 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()
20 oneway interface ITrustedDeviceAgentDelegate { interface
32 import com.android.car.companiondevicesupport.api.internal.trust.ITrustedDeviceAgentDelegate;112 private final ITrustedDeviceAgentDelegate mTrustedDeviceAgentDelegate =113 new ITrustedDeviceAgentDelegate.Stub() {
45 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()