Add Bluetooth Slice

Bluetooth slice is added a special case, due to the migration of
bluetooth to a Switch Bar instead of a preference with a controller.

Bug: 67997327
Test: robotests
Change-Id: Icfdcd77601ad1e64e0f6c352a8d691f0181515c8
This commit is contained in:
Matthew Fritze
2018-05-03 15:12:18 -07:00
parent a18cefa31e
commit d2bb2ab259
8 changed files with 327 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ public class WifiSliceBuilderTest {
}
@Test
public void getWifiSlice_correctData() {
public void getWifiSlice_correctSliceContent() {
final Slice wifiSlice = WifiSliceBuilder.getSlice(mContext);
final SliceMetadata metadata = SliceMetadata.from(mContext, wifiSlice);