Searched refs:bluetoothState (Results 1 – 5 of 5) sorted by relevance
302 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument303 if (DEBUG) Log.d(TAG, "BluetoothStateChanged=" + stateToString(bluetoothState)); in onBluetoothStateChanged()304 mEnabled = bluetoothState == BluetoothAdapter.STATE_ON in onBluetoothStateChanged()305 || bluetoothState == BluetoothAdapter.STATE_TURNING_ON; in onBluetoothStateChanged()306 mState = bluetoothState; in onBluetoothStateChanged()
376 private void onBluetoothStateChangedInternal(int bluetoothState) { in onBluetoothStateChangedInternal() argument377 if (bluetoothState == BluetoothAdapter.STATE_ON && mState == STATE_WAITING_FOR_BLUETOOTH) { in onBluetoothStateChangedInternal()485 int bluetoothState = msg.arg1; in handleMessage() local486 onBluetoothStateChangedInternal(bluetoothState); in handleMessage()592 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument594 bluetoothState, 0).sendToTarget(); in onBluetoothStateChanged()
183 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument184 if (BluetoothAdapter.STATE_ON == bluetoothState) { in onBluetoothStateChanged()188 } else if (BluetoothAdapter.STATE_OFF == bluetoothState) { in onBluetoothStateChanged()
36 default void onBluetoothStateChanged(int bluetoothState) {} in onBluetoothStateChanged() argument
209 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument212 if (bluetoothState == BluetoothAdapter.STATE_TURNING_OFF) { in onBluetoothStateChanged()