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

  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 64 public boolean bluetoothEnabled;
135 bluetoothEnabled = true;
138 bluetoothEnabled = false;
216 log(" bluetoothEnabled: " + bluetoothEnabled);
InCallTouchUi.java 587 if (inCallControlState.bluetoothEnabled) {
668 if (inCallControlState.bluetoothEnabled) {
720 bluetoothItem.setEnabled(inCallControlState.bluetoothEnabled);
    [all...]

Completed in 27 milliseconds