Home
last modified time | relevance | path

Searched refs:BluetoothTileDialogDelegate (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt36 import com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate.Companion.ACTION_AUDIO_S…
37 import com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate.Companion.ACTION_BLUETOO…
38 import com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate.Companion.ACTION_PAIR_NE…
39 import com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate.Companion.ACTION_PREVIOU…
40 import com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate.Companion.MAX_DEVICE_ITE…
76 private val bluetoothDialogDelegateFactory: BluetoothTileDialogDelegate.Factory,
234 private suspend fun createBluetoothTileDialog(): BluetoothTileDialogDelegate { in createBluetoothTileDialog()
DBluetoothTileDialogDelegate.kt59 class BluetoothTileDialogDelegate in <lambda>() class
104 ): BluetoothTileDialogDelegate in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegateTest.kt98 private lateinit var mBluetoothTileDialogDelegate: BluetoothTileDialogDelegate
110 BluetoothTileDialogDelegate( in setUp()
176 val adapter = recyclerView?.adapter as BluetoothTileDialogDelegate.Adapter in testShowDialog_displayBluetoothDevice()
210 BluetoothTileDialogDelegate( in testDeviceItemViewHolder_cachedDeviceBusy()
247 val adapter = recyclerView?.adapter as BluetoothTileDialogDelegate.Adapter in testOnDeviceUpdated_hideSeeAll_showPairNew()
265 BluetoothTileDialogDelegate( in testShowDialog_cachedHeightLargerThanMinHeight_displayFromCachedHeight()
288 BluetoothTileDialogDelegate( in testShowDialog_cachedHeightLessThanMinHeight_displayFromUiProperties()
311 BluetoothTileDialogDelegate( in testShowDialog_bluetoothEnabled_autoOnToggleGone()
DBluetoothTileDialogViewModelTest.kt102 BluetoothTileDialogDelegate.Factory
104 @Mock private lateinit var bluetoothTileDialogDelegate: BluetoothTileDialogDelegate