Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSliceTest.java199 verify(mBluetoothDevicesSlice).buildPrimaryBluetoothAction(any()); in getSlice_hasAvailableMediaDevice_shouldBuildPrimaryBluetoothAction()
210 verify(mBluetoothDevicesSlice).buildPrimaryBluetoothAction(any()); in getSlice_hasPreviouslyConnectedDevice_shouldBuildPrimaryBluetoothAction()
221 verify(mBluetoothDevicesSlice, never()).buildPrimaryBluetoothAction(any()); in getSlice_hasNonMediaDeviceConnected_shouldNotBuildPrimaryBluetoothAction()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java319 rowBuilder.setPrimaryAction(buildPrimaryBluetoothAction(device)); in getBluetoothRowBuilders()
346 SliceAction buildPrimaryBluetoothAction(CachedBluetoothDevice bluetoothDevice) { in buildPrimaryBluetoothAction() method in BluetoothDevicesSlice