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

Commit fe984d03 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Revert "Modified HidHostTest as per new hid rpc call"

Revert submission 3283939

Reason for revert: b/372518178

Reverted changes: /q/submissionid:3283939

Change-Id: I4ed85b0e0027996d2c5cbd7b9e0276ad1814a634
parent 5a0e9424
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -44,10 +44,8 @@ import org.junit.Test;
import org.junit.runner.RunWith;

import pandora.HIDGrpc;
import pandora.HidProto.HidServiceType;
import pandora.HidProto.ProtocolModeEvent;
import pandora.HidProto.ReportEvent;
import pandora.HidProto.ServiceRequest;

import java.time.Duration;
import java.util.Iterator;
@@ -235,10 +233,6 @@ public class HidHostTest {
        mAdapter.getProfileProxy(
                mContext, mBluetoothProfileServiceListener, BluetoothProfile.HEADSET);
        mHidBlockingStub = mBumble.hidBlocking();
        mHidBlockingStub.registerService(
                ServiceRequest.newBuilder()
                        .setServiceType(HidServiceType.SERVICE_TYPE_HID)
                        .build());
        mFutureConnectionIntent = SettableFuture.create();

        mDevice = mBumble.getRemoteDevice();