Searched refs:sendBluetoothAdapterConnectionStateChange (Results 1 – 3 of 3) sorted by relevance
4305 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()
3114 mClientModeImpl.sendBluetoothAdapterConnectionStateChange(state);
1834 public void sendBluetoothAdapterConnectionStateChange(int state) { in sendBluetoothAdapterConnectionStateChange() method in ClientModeImpl