Add preference group for saved devcies.
Currently it only contains bluetooth devices. Bug: 3240835 Test: RunSettingsRoboTests Change-Id: Ief102e7174a4c4610dbda6b728419b303ff928f9
This commit is contained in:
@@ -73,8 +73,8 @@ public class BluetoothDeviceUpdaterTest {
|
||||
mBluetoothDeviceUpdater = new BluetoothDeviceUpdater(mDashboardFragment,
|
||||
mDevicePreferenceCallback, null) {
|
||||
@Override
|
||||
public void update(CachedBluetoothDevice cachedBluetoothDevice) {
|
||||
// do nothing
|
||||
public boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice) {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
mBluetoothDeviceUpdater.setPrefContext(mContext);
|
||||
|
Reference in New Issue
Block a user