Merge "Fix borken test on Bluetooth and connected package" into sc-dev am: 5fe34bf7b5

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14436938

Change-Id: Ie25837addbb5848914c3292d53b087e8b56a0cc8
This commit is contained in:
TreeHugger Robot
2021-05-05 08:21:41 +00:00
committed by Automerger Merge Worker
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