Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/
H A DBluetoothRepository.kt108 fun onConnectionStatusFetched(status: ConnectionStatusModel) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java257 getDevices(), this::onConnectionStatusFetched); in updateConnected() local
288 private void onConnectionStatusFetched(ConnectionStatusModel status) { in onConnectionStatusFetched() method in BluetoothControllerImpl