HomeSort by relevance Sort by last modified time
    Searched full:bluetoothenabled (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 64 public boolean bluetoothEnabled;
127 bluetoothEnabled = true;
130 bluetoothEnabled = false;
191 log(" bluetoothEnabled: " + bluetoothEnabled);
InCallMenu.java 429 mBluetooth.setEnabled(inCallControlState.bluetoothEnabled);
InCallTouchUi.java 436 mBluetoothButton.setEnabled(inCallControlState.bluetoothEnabled);
    [all...]

Completed in 1248 milliseconds