Home | History | Annotate | Download | only in widget

Lines Matching defs:bluetoothState

484             int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
485 setCurrentState(context, bluetoothStateToFiveState(bluetoothState));
492 private static int bluetoothStateToFiveState(int bluetoothState) {
493 switch (bluetoothState) {