Add stub for new IContextHubCallback method

Bug: 229888878
Test: presubmits
Change-Id: I2ae50c80bfb13b35905d894f63d767d1e14d0def
This commit is contained in:
Anthony Stange
2022-12-28 22:06:38 +00:00
parent b87c2dc8e8
commit eebe666080

View File

@@ -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;