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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 376 private void onBluetoothStateChangedInternal(int bluetoothState) {
377 if (bluetoothState == BluetoothAdapter.STATE_ON && mState == STATE_WAITING_FOR_BLUETOOTH) {
485 int bluetoothState = msg.arg1;
486 onBluetoothStateChangedInternal(bluetoothState);
592 public void onBluetoothStateChanged(int bluetoothState) {
594 bluetoothState, 0).sendToTarget();
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 495 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
496 setCurrentState(context, bluetoothStateToFiveState(bluetoothState));
503 private static int bluetoothStateToFiveState(int bluetoothState) {
504 switch (bluetoothState) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 355 milliseconds