Searched defs:bluetoothState (Results 1 – 8 of 8) sorted by relevance
133 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
58 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
322 private void updateContent(int bluetoothState) { in updateContent()444 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
221 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
136 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
257 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
491 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onActualStateChange() local499 private static int bluetoothStateToFiveState(int bluetoothState) { in bluetoothStateToFiveState()
661 abstract protected int setBluetoothStatus(boolean bluetoothState); in setBluetoothStatus()