Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java4305 mCmi.sendBluetoothAdapterConnectionStateChange(BluetoothAdapter.STATE_CONNECTED); in verifyBluetoothStateAndConnectionStateChanges()
4317 mCmi.sendBluetoothAdapterConnectionStateChange(BluetoothAdapter.STATE_CONNECTING); in verifyBluetoothStateAndConnectionStateChanges()
4321 mCmi.sendBluetoothAdapterConnectionStateChange(BluetoothAdapter.STATE_DISCONNECTED); in verifyBluetoothStateAndConnectionStateChanges()
4325 mCmi.sendBluetoothAdapterConnectionStateChange(BluetoothAdapter.STATE_CONNECTED); in verifyBluetoothStateAndConnectionStateChanges()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java3114 mClientModeImpl.sendBluetoothAdapterConnectionStateChange(state);
DClientModeImpl.java1834 public void sendBluetoothAdapterConnectionStateChange(int state) { in sendBluetoothAdapterConnectionStateChange() method in ClientModeImpl