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

  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 77 private HeadsetBase mHeadset; // null when not connected
171 mHeadset = null; // nothing connected yet
233 if (mHeadset == null) {
236 return mHeadset.isConnected();
240 mHeadset = headset;
270 mHeadset = null;
290 String name = mHeadset.getRemoteDevice().getName();
564 mHeadset.getRemoteDevice().getAddress(),
565 mHeadset.getRemoteDevice().getName())) {
595 if (mHeadset == null)
    [all...]
BluetoothHeadsetService.java 103 private HeadsetBase mHeadset;
109 mHeadset = null;
116 mHeadset = null;
407 Log.w(TAG, "mHeadset.waitForAsyncConnect() error: " + result + "(timeout)");
442 mRemoteHeadsets.get(device).mHeadset = headset;
498 mRemoteHeadsets.get(device).mHeadset = null;
713 mRemoteHeadsets.get(device).mHeadset = headset;
733 cachedHeadset.mHeadset = headset;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 104 private BluetoothHeadset mHeadset;
379 mHeadset = new BluetoothHeadset(mContext, mHeadsetServiceListener);
    [all...]

Completed in 51 milliseconds