Rename ConnectedDeviceSlice to BluetoothDevicesSlice

Bug: 120029006
Test: robotests
Change-Id: I7e39f52a87ebd017bf0635cd5a76945b39eee6fc
This commit is contained in:
Yanting Yang
2018-12-07 20:47:49 +08:00
parent 09d9666ab0
commit 09b130529c
8 changed files with 81 additions and 87 deletions

View File

@@ -72,13 +72,13 @@ public class CustomSliceRegistry {
.build();
/**
* Backing Uri for Connected device Slice.
* Backing Uri for Bluetooth devices Slice.
*/
public static final Uri CONNECTED_DEVICE_SLICE_URI = new Uri.Builder()
public static final Uri BLUETOOTH_DEVICES_SLICE_URI = new Uri.Builder()
.scheme(ContentResolver.SCHEME_CONTENT)
.authority(SettingsSliceProvider.SLICE_AUTHORITY)
.appendPath(SettingsSlicesContract.PATH_SETTING_ACTION)
.appendPath("connected_device")
.appendPath("bluetooth_devices")
.build();
/**
* Backing Uri for the Data usage Slice.