Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/
DBluetoothRepositoryImplTest.kt66 val status = fetchConnectionStatus(currentDevices = emptyList()) in <lambda>()
82 val status = fetchConnectionStatus(currentDevices = emptyList()) in <lambda>()
99 val status = fetchConnectionStatus(currentDevices = listOf(device1, device2)) in <lambda>()
112 val status = fetchConnectionStatus(currentDevices = listOf(device)) in <lambda>()
132 val status = fetchConnectionStatus(currentDevices = listOf(device1, device2)) in <lambda>()
153 val status = fetchConnectionStatus(currentDevices = listOf(device1, device2)) in <lambda>()
161 val status = fetchConnectionStatus(currentDevices = emptyList()) in <lambda>()
171 val status = fetchConnectionStatus(currentDevices = listOf(device)) in <lambda>()
181 val status = fetchConnectionStatus(currentDevices = listOf(device)) in <lambda>()
196 fetchConnectionStatus( in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/
DBluetoothRepository.kt64 val result = fetchConnectionStatus(currentDevices) in fetchConnectionStatusInBackground()
69 private suspend fun fetchConnectionStatus( in fetchConnectionStatusInBackground() method in com.android.systemui.statusbar.policy.bluetooth.BluetoothRepositoryImpl