Searched refs:BluetoothDevicesSlice (Results 1 – 3 of 3) sorted by relevance
22 import static com.android.settings.homepage.contextualcards.slices.BluetoothDevicesSlice.EXTRA_ENAB…84 private BluetoothDevicesSlice mBluetoothDevicesSlice;97 mBluetoothDevicesSlice = spy(new BluetoothDevicesSlice(mContext)); in setUp()226 mockBluetoothDeviceList(BluetoothDevicesSlice.DEFAULT_EXPANDED_ROW_COUNT + 2); in getSlice_exceedDefaultRowCount_shouldOnlyShowHeaderAndDefaultRowCount()233 assertThat(rows).isEqualTo(BluetoothDevicesSlice.DEFAULT_EXPANDED_ROW_COUNT + 1); in getSlice_exceedDefaultRowCount_shouldOnlyShowHeaderAndDefaultRowCount()242 BluetoothDevicesSlice.BLUETOOTH_DEVICE_HASH_CODE, in onNotifyChange_connectedDevice_shouldActivateDevice()257 BluetoothDevicesSlice.BLUETOOTH_DEVICE_HASH_CODE, in onNotifyChange_availableDisconnectedDevice_shouldConnectToDevice()272 BluetoothDevicesSlice.BLUETOOTH_DEVICE_HASH_CODE, in onNotifyChange_busyDisconnectedDevice_shouldDoNothing()
32 import com.android.settings.homepage.contextualcards.slices.BluetoothDevicesSlice;315 sUriToSlice.put(BLUETOOTH_DEVICES_SLICE_URI, BluetoothDevicesSlice.class); in sUriToSlice.put()
60 public class BluetoothDevicesSlice implements CustomSliceable { class87 public BluetoothDevicesSlice(Context context) { in BluetoothDevicesSlice() method in BluetoothDevicesSlice