HomeSort by relevance Sort by last modified time
    Searched defs:bluetoothState (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 228 int bluetoothState;
231 bluetoothState = mAdapter.isEnabled()
235 bluetoothState = BluetoothAdapter.ERROR;
238 setBluetoothStateInt(bluetoothState);
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 447 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
448 setCurrentState(context, bluetoothStateToFiveState(bluetoothState));
455 private static int bluetoothStateToFiveState(int bluetoothState) {
456 switch (bluetoothState) {
    [all...]

Completed in 665 milliseconds