Home
last modified time | relevance | path

Searched refs:onBluetoothConnectionStateChanged (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeDefaults.java78 default void onBluetoothConnectionStateChanged() { } in onBluetoothConnectionStateChanged() method
DClientMode.java81 void onBluetoothConnectionStateChanged(); in onBluetoothConnectionStateChanged() method
DConcreteClientModeManager.java1201 public void onBluetoothConnectionStateChanged() { in onBluetoothConnectionStateChanged() method in ConcreteClientModeManager
1202 getClientMode().onBluetoothConnectionStateChanged(); in onBluetoothConnectionStateChanged()
DWifiServiceImpl.java533 cmm.onBluetoothConnectionStateChanged(); in handleBootCompleted()
541 cmm.onBluetoothConnectionStateChanged(); in handleBootCompleted()
DClientModeImpl.java1580 public void onBluetoothConnectionStateChanged() {
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java5251 verify(cmm).onBluetoothConnectionStateChanged(); in testBluetoothBroadcastHandling()
5264 verify(cmm, times(2)).onBluetoothConnectionStateChanged(); in testBluetoothBroadcastHandling()
5276 verify(cmm, times(3)).onBluetoothConnectionStateChanged(); in testBluetoothBroadcastHandling()
5288 verify(cmm, times(4)).onBluetoothConnectionStateChanged(); in testBluetoothBroadcastHandling()
DClientModeImplTest.java4934 public void onBluetoothConnectionStateChanged() throws Exception { in onBluetoothConnectionStateChanged() method in ClientModeImplTest
4943 mCmi.onBluetoothConnectionStateChanged(); in onBluetoothConnectionStateChanged()
4948 mCmi.onBluetoothConnectionStateChanged(); in onBluetoothConnectionStateChanged()