Home
last modified time | relevance | path

Searched refs:BluetoothDevicesSlice (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSliceTest.java22 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()
/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java32 import com.android.settings.homepage.contextualcards.slices.BluetoothDevicesSlice;
315 sUriToSlice.put(BLUETOOTH_DEVICES_SLICE_URI, BluetoothDevicesSlice.class); in sUriToSlice.put()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java60 public class BluetoothDevicesSlice implements CustomSliceable { class
87 public BluetoothDevicesSlice(Context context) { in BluetoothDevicesSlice() method in BluetoothDevicesSlice