Searched refs:bluetoothState (Results 1 – 6 of 6) sorted by relevance
311 private void updateContent(int bluetoothState) { in updateContent() argument315 switch (bluetoothState) { in updateContent()436 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument437 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()440 if (BluetoothAdapter.STATE_ON == bluetoothState) in onBluetoothStateChanged()442 updateContent(bluetoothState); in onBluetoothStateChanged()537 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument538 mEnabled = bluetoothState == BluetoothAdapter.STATE_ON; in onBluetoothStateChanged()
138 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument139 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()141 if (bluetoothState == BluetoothAdapter.STATE_ON) { in onBluetoothStateChanged()
221 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument222 if (bluetoothState == BluetoothAdapter.STATE_OFF) { in onBluetoothStateChanged()
937 public void onBluetoothStateChanged(int bluetoothState) { } in onBluetoothStateChanged() argument
488 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onActualStateChange() local489 setCurrentState(context, bluetoothStateToFiveState(bluetoothState)); in onActualStateChange()496 private static int bluetoothStateToFiveState(int bluetoothState) { in bluetoothStateToFiveState() argument497 switch (bluetoothState) { in bluetoothStateToFiveState()
627 boolean bluetoothState = extras.getBoolean( in call()629 ret = setBluetoothStatus(bluetoothState); in call()667 abstract protected int setBluetoothStatus(boolean bluetoothState); in setBluetoothStatus() argument