Merge "Add stub for new IContextHubCallback method"
This commit is contained in:
committed by
Android (Google) Code Review
commit
546c0f89d0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user