Home
last modified time | relevance | path

Searched refs:onScanningStateChanged (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java62 default void onScanningStateChanged(boolean started) {} in onScanningStateChanged() method
H A DBluetoothEventManager.java310 callback.onScanningStateChanged(mStarted); in onReceive()
312 mDeviceManager.onScanningStateChanged(mStarted); in onReceive()
H A DCachedBluetoothDeviceManager.java287 public synchronized void onScanningStateChanged(boolean started) { in onScanningStateChanged() method in CachedBluetoothDeviceManager