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

Commit 546c0f89 authored by Anthony Stange's avatar Anthony Stange Committed by Android (Google) Code Review
Browse files

Merge "Add stub for new IContextHubCallback method"

parents 97a38a98 eebe6660
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;