Home | History | Annotate | Download | only in phone

Lines Matching defs:HEADSET

259         BLUETOOTH,  // Bluetooth headset (if available)
260 EARPIECE, // Handset earpiece (or wired headset, if connected)
296 // whether a headset is plugged in.
306 // headset" or "Handset earpiece" depending on whether the
307 // headset is plugged in or not.
357 // The bluetooth headset state changed, so some UI
429 // can update the onscreen UI when the headset state changes.
490 BluetoothProfile.HEADSET);
989 mAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
2804 * wired headset.)
2836 * headset, or do nothing (but log a warning) if no bluetooth device
2857 // manually disconnect the active bluetooth headset;
2879 * bluetooth, and the built-in earpiece (or wired headset.)
2910 // manually disconnect the active bluetooth headset;
2920 // Switch to either the handset earpiece, or the wired headset (if connected.)
4102 // Bluetooth Headset. This lets you completely connect/disconnect a
4103 // headset (which we don't do from the Phone UI!) but also lets you
4104 // get the address of the currently active headset and see whether
4108 // a bluetooth headset. We use this API to switch the headset on and
4117 * and a headset is connected.)
4141 // Check if there's a connected headset, using the BluetoothHeadset API.
4150 if (VDBG) log(" - headset state = " +
4152 if (VDBG) log(" - headset address: " + device);
4214 * based on a bluetooth headset state change.