Home
last modified time | relevance | path

Searched refs:setTrustedDeviceAgentDelegate (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceManager.aidl51 void setTrustedDeviceAgentDelegate(in ITrustedDeviceAgentDelegate trustAgentDelegate); in setTrustedDeviceAgentDelegate() method
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java100 mTrustedDeviceManager.setTrustedDeviceAgentDelegate(mTrustedDeviceAgentDelegate);
DTrustedDeviceManager.java373 public void setTrustedDeviceAgentDelegate(ITrustedDeviceAgentDelegate trustAgentDelegate) { in setTrustedDeviceAgentDelegate() method in TrustedDeviceManager