Searched defs:bluetoothState (Results 1 – 6 of 6) sorted by relevance
311 private void updateContent(int bluetoothState) { in updateContent()435 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()536 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
138 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
221 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
937 public void onBluetoothStateChanged(int bluetoothState) { } in onBluetoothStateChanged()
488 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onActualStateChange() local496 private static int bluetoothStateToFiveState(int bluetoothState) { in bluetoothStateToFiveState()
667 abstract protected int setBluetoothStatus(boolean bluetoothState); in setBluetoothStatus()