Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eebe6660 authored by Anthony Stange's avatar Anthony Stange
Browse files

Add stub for new IContextHubCallback method

Bug: 229888878
Test: presubmits
Change-Id: I2ae50c80bfb13b35905d894f63d767d1e14d0def
parent b87c2dc8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -438,6 +438,11 @@ public abstract class IContextHubWrapper {
                    mCallback.handleTransactionResult(transactionId, success);
                });
            }

            public void handleNanSessionRequest(boolean enable) {
                // TODO(229888878): Implement
            }

            @Override
            public String getInterfaceHash() {
                return android.hardware.contexthub.IContextHubCallback.HASH;