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 74 private BluetoothHandsfree mBtHandsfree;
108 mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
154 int type = BluetoothHandsfree.TYPE_UNKNOWN;
157 type = BluetoothHandsfree.TYPE_HEADSET;
160 type = BluetoothHandsfree.TYPE_HANDSFREE;
164 Log.i(TAG, "Incoming rfcomm (" + BluetoothHandsfree.typeToString(type) +
499 mRemoteHeadsets.get(device).mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
567 int type = BluetoothHandsfree.TYPE_UNKNOWN;
571 type = BluetoothHandsfree.TYPE_HANDSFREE;
582 type = BluetoothHandsfree.TYPE_HEADSET
    [all...]
BluetoothAtPhonebook.java 76 private final BluetoothHandsfree mHandsfree;
84 public BluetoothAtPhonebook(Context context, BluetoothHandsfree handsfree) {
PhoneApp.java 148 BluetoothHandsfree mBtHandsfree;
432 mBtHandsfree = new BluetoothHandsfree(this, mCM);
603 BluetoothHandsfree getBluetoothHandsfree() {
    [all...]
BluetoothHandsfree.java 59 public class BluetoothHandsfree {
166 public BluetoothHandsfree(Context context, CallManager cm) {
549 synchronized (BluetoothHandsfree.this) {
    [all...]
CallNotifier.java 150 private BluetoothHandsfree mBluetoothHandsfree;
179 BluetoothHandsfree btMgr, CallLogAsync callLog) {
    [all...]
InCallScreen.java 242 private BluetoothHandsfree mBluetoothHandsfree;
556 // The PhoneApp only creates a BluetoothHandsfree instance in the
    [all...]
PhoneUtils.java 248 BluetoothHandsfree bthf = null;
278 // If a BluetoothHandsfree is valid we need to set the second call state
    [all...]

Completed in 144 milliseconds