Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/
H A DFakeBluetoothRepository.kt41 override fun fetchConnectionStatusInBackground(
45 impl.fetchConnectionStatusInBackground(currentDevices, callback)
H A DBluetoothRepositoryImplTest.kt207 underTest.fetchConnectionStatusInBackground(currentDevices) { status ->
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/
H A DBluetoothRepository.kt43 fun fetchConnectionStatusInBackground( regex
58 override fun fetchConnectionStatusInBackground(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java256 mBluetoothRepository.fetchConnectionStatusInBackground( in updateConnected()