Home
last modified time | relevance | path

Searched refs:getPairedBluetoothDevices (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSliceTest.java182 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_hasBluetoothDevices_shouldMatchBluetoothMockTitle()
195 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_hasAvailableMediaDevice_shouldBuildPrimaryBluetoothAction()
206 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_hasPreviouslyConnectedDevice_shouldBuildPrimaryBluetoothAction()
217 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_hasNonMediaDeviceConnected_shouldNotBuildPrimaryBluetoothAction()
227 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_exceedDefaultRowCount_shouldOnlyShowHeaderAndDefaultRowCount()
240 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in onNotifyChange_connectedDevice_shouldActivateDevice()
255 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in onNotifyChange_availableDisconnectedDevice_shouldConnectToDevice()
270 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in onNotifyChange_busyDisconnectedDevice_shouldDoNothing()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java158 for (CachedBluetoothDevice device : getPairedBluetoothDevices()) { in onNotifyChange()
176 List<CachedBluetoothDevice> getPairedBluetoothDevices() { in getPairedBluetoothDevices() method in BluetoothDevicesSlice
290 final List<CachedBluetoothDevice> pairedDevices = getPairedBluetoothDevices(); in getBluetoothRowBuilders()