Merge "Add intent action for BT device detail page"

This commit is contained in:
Lei Yu
2019-02-12 19:40:18 +00:00
committed by Android (Google) Code Review
6 changed files with 78 additions and 16 deletions

View File

@@ -70,16 +70,16 @@ public class BluetoothDeviceDetailsRotationTest {
BluetoothDeviceDetailsFragment.sTestDataFactory =
new BluetoothDeviceDetailsFragment.TestDataFactory() {
@Override
public CachedBluetoothDevice getDevice(String deviceAddress) {
return mCachedDevice;
}
@Override
public CachedBluetoothDevice getDevice(String deviceAddress) {
return mCachedDevice;
}
@Override
public LocalBluetoothManager getManager(Context context) {
return mBluetoothManager;
}
};
@Override
public LocalBluetoothManager getManager(Context context) {
return mBluetoothManager;
}
};
}
@Test
@@ -103,4 +103,4 @@ public class BluetoothDeviceDetailsRotationTest {
throw new RuntimeException(e);
}
}
}
}