Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/
DFakeBluetoothRepository.kt41 override fun fetchConnectionStatusInBackground( in fetchConnectionStatusInBackground() method
45 impl.fetchConnectionStatusInBackground(currentDevices, callback) in fetchConnectionStatusInBackground()
DBluetoothRepositoryImplTest.kt207 underTest.fetchConnectionStatusInBackground(currentDevices) { status -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/
DBluetoothRepository.kt44 fun fetchConnectionStatusInBackground( in fetchConnectionStatusInBackground() method
59 override fun fetchConnectionStatusInBackground( in fetchConnectionStatusInBackground() method in com.android.systemui.statusbar.policy.bluetooth.BluetoothRepositoryImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java271 mBluetoothRepository.fetchConnectionStatusInBackground( in updateConnected()