Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DConnectivityModule.kt45 fun bindBluetoothTile(bluetoothTile: BluetoothTile): QSTileImpl<*>
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSFactoryImplTest.kt105 @Mock private lateinit var bluetoothTile: BluetoothTile in <lambda>() variable in com.android.systemui.qs.tileimpl.QSFactoryImplTest
146 "bt" to Provider { bluetoothTile }, in <lambda>()