Merge "Fix borken test on Bluetooth and connected package" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-05 07:36:35 +00:00
committed by Android (Google) Code Review
8 changed files with 47 additions and 1 deletions

View File

@@ -61,9 +61,10 @@ public class UsbDefaultFragment extends RadioButtonPickerFragment {
long mCurrentFunctions;
@VisibleForTesting
boolean mIsStartTethering = false;
@VisibleForTesting
Handler mHandler;
private UsbConnectionBroadcastReceiver mUsbReceiver;
private Handler mHandler;
private boolean mIsConnected = false;
@VisibleForTesting