HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothHandsfree (Results 1 - 7 of 7) sorted by null

  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 73 private BluetoothHandsfree mBtHandsfree;
108 mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
156 int type = BluetoothHandsfree.TYPE_UNKNOWN;
159 type = BluetoothHandsfree.TYPE_HEADSET;
162 type = BluetoothHandsfree.TYPE_HANDSFREE;
166 Log.i(TAG, "Incoming rfcomm (" + BluetoothHandsfree.typeToString(type) +
485 mRemoteHeadsets.get(device).mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
544 int type = BluetoothHandsfree.TYPE_UNKNOWN;
549 type = BluetoothHandsfree.TYPE_HANDSFREE;
564 type = BluetoothHandsfree.TYPE_HEADSET
    [all...]
BluetoothHandsfree.java 66 public class BluetoothHandsfree {
77 private static BluetoothHandsfree sInstance;
192 * Initialize the singleton BluetoothHandsfree instance.
195 /* package */ static BluetoothHandsfree init(Context context, CallManager cm) {
196 synchronized (BluetoothHandsfree.class) {
198 sInstance = new BluetoothHandsfree(context, cm);
207 private BluetoothHandsfree(Context context, CallManager cm) {
299 synchronized (BluetoothHandsfree.this) {
326 // must be called with BluetoothHandsfree locked
371 synchronized (BluetoothHandsfree.this)
    [all...]
BluetoothAtPhonebook.java 78 private final BluetoothHandsfree mHandsfree;
95 public BluetoothAtPhonebook(Context context, BluetoothHandsfree handsfree) {
502 // BluetoothHandsfree's broadcast receiver is anonymous, cannot be targeted
PhoneApp.java 150 BluetoothHandsfree mBtHandsfree;
454 mBtHandsfree = BluetoothHandsfree.init(this, mCM);
634 BluetoothHandsfree getBluetoothHandsfree() {
    [all...]
CallNotifier.java 152 private BluetoothHandsfree mBluetoothHandsfree;
185 BluetoothHandsfree btMgr, CallLogAsync callLog) {
198 BluetoothHandsfree btMgr, CallLogAsync callLog) {
    [all...]
PhoneUtils.java 248 BluetoothHandsfree bthf = null;
278 // If a BluetoothHandsfree is valid we need to set the second call state
    [all...]
InCallScreen.java 197 private BluetoothHandsfree mBluetoothHandsfree;
503 // The PhoneApp only creates a BluetoothHandsfree instance in the
    [all...]

Completed in 508 milliseconds