Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/
DBluetoothRepository.kt65 callback.onConnectionStatusFetched(result) in fetchConnectionStatusInBackground()
109 fun onConnectionStatusFetched(status: ConnectionStatusModel) in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java272 getDevices(), this::onConnectionStatusFetched); in updateConnected() local
276 private void onConnectionStatusFetched(ConnectionStatusModel status) { in onConnectionStatusFetched() method in BluetoothControllerImpl