Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegateTest.kt74 @Mock private lateinit var bluetoothTileDialogCallback: BluetoothTileDialogCallback variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegateTest
113 bluetoothTileDialogCallback, in setUp()
193 .Adapter(bluetoothTileDialogCallback) in testDeviceItemViewHolder_cachedDeviceNotBusy()
195 viewHolder.bind(deviceItem, bluetoothTileDialogCallback) in testDeviceItemViewHolder_cachedDeviceNotBusy()
213 bluetoothTileDialogCallback, in testDeviceItemViewHolder_cachedDeviceBusy()
221 .Adapter(bluetoothTileDialogCallback) in testDeviceItemViewHolder_cachedDeviceBusy()
223 viewHolder.bind(deviceItem, bluetoothTileDialogCallback) in testDeviceItemViewHolder_cachedDeviceBusy()
268 bluetoothTileDialogCallback, in testShowDialog_cachedHeightLargerThanMinHeight_displayFromCachedHeight()
291 bluetoothTileDialogCallback, in testShowDialog_cachedHeightLessThanMinHeight_displayFromUiProperties()
314 bluetoothTileDialogCallback, in testShowDialog_bluetoothEnabled_autoOnToggleGone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegate.kt64 @Assisted private val bluetoothTileDialogCallback: BluetoothTileDialogCallback, in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate
91 private val deviceItemAdapter: Adapter = Adapter(bluetoothTileDialogCallback) in <lambda>()
127 bluetoothTileDialogCallback.onSeeAllClicked(it) in <lambda>()
130 bluetoothTileDialogCallback.onPairNewDeviceClicked(it) in <lambda>()
133 bluetoothTileDialogCallback.onAudioSharingButtonClicked(it) in <lambda>()