Searched refs:ITrustedDeviceCallback (Results 1 – 4 of 4) sorted by relevance
22 import com.android.car.companiondevicesupport.api.internal.trust.ITrustedDeviceCallback;39 void registerTrustedDeviceCallback(in ITrustedDeviceCallback callback); in registerTrustedDeviceCallback()42 void unregisterTrustedDeviceCallback(in ITrustedDeviceCallback callback); in unregisterTrustedDeviceCallback()
22 oneway interface ITrustedDeviceCallback { interface
46 import com.android.car.companiondevicesupport.api.internal.trust.ITrustedDeviceCallback;88 private final Map<IBinder, ITrustedDeviceCallback> mTrustedDeviceCallbacks =316 public void registerTrustedDeviceCallback(ITrustedDeviceCallback callback) { in registerTrustedDeviceCallback()324 public void unregisterTrustedDeviceCallback(ITrustedDeviceCallback callback) { in unregisterTrustedDeviceCallback()516 private void notifyTrustedDeviceCallbacks(Consumer<ITrustedDeviceCallback> notification) { in notifyTrustedDeviceCallbacks()
51 import com.android.car.companiondevicesupport.api.internal.trust.ITrustedDeviceCallback;474 private final ITrustedDeviceCallback mTrustedDeviceCallback =475 new ITrustedDeviceCallback.Stub() {