Searched refs:headset (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHeadsetService.java171 HeadsetBase headset;
176 headset = new HeadsetBase(mPowerManager, mAdapter,
180 headset.disconnect();
200 // headset connecting us, lets join
213 // different headset, ignoring
217 headset = new HeadsetBase(mPowerManager, mAdapter,
221 headset.disconnect();
225 // Incoming and Outgoing connections to the same headset.
249 HeadsetBase headset = new HeadsetBase(mPowerManager, mAdapter,
251 headset
355 waitForConnect(HeadsetBase headset) argument
[all...]
H A DBluetoothAtPhonebook.java273 HeadsetBase headset = mHandsfree.getHeadset();
274 // ASSERT: (headset != null) && headSet.isConnected()
283 BluetoothDevice remoteDevice = headset.getRemoteDevice();
289 headset.sendURC(cpbrResult.toString());
291 headset.sendURC("ERROR");
H A DBluetoothHandsfree.java63 * Bluetooth headset manager for the Phone app.
184 return "headset";
555 /* package */ synchronized void connectHeadset(HeadsetBase headset, int headsetType) { argument
556 mHeadset = headset;
567 headset.startEventThread();
1525 * headset/handsfree, if one is connected. Does not block.
1532 if (DBG) log("audioOn(): headset is not connected!");
1594 * headset/handsfree, if one is connected. Does not block.
1961 // Plantronics-specific headset events go here

Completed in 83 milliseconds