Searched refs:buildPrimaryBluetoothAction (Results 1 – 2 of 2) sorted by relevance
199 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()
319 rowBuilder.setPrimaryAction(buildPrimaryBluetoothAction(device)); in getBluetoothRowBuilders()346 SliceAction buildPrimaryBluetoothAction(CachedBluetoothDevice bluetoothDevice) { in buildPrimaryBluetoothAction() method in BluetoothDevicesSlice