Merge "Add stub for new IContextHubCallback method"

This commit is contained in:
Anthony Stange
2023-01-06 18:20:53 +00:00
committed by Android (Google) Code Review

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;