OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mheadset
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
103
private HeadsetBase
mHeadset
;
109
mHeadset
= null;
117
mHeadset
= null;
412
Log.w(TAG, "
mHeadset
.waitForAsyncConnect() error: " + result + "(timeout)");
444
mRemoteHeadsets.get(device).
mHeadset
= headset;
484
mRemoteHeadsets.get(device).
mHeadset
= null;
730
mRemoteHeadsets.get(device).
mHeadset
= headset;
[
all
...]
BluetoothHandsfree.java
90
private HeadsetBase
mHeadset
;
212
mHeadset
= null;
307
mHeadset
.getRemoteDevice());
378
mHeadset
.getRemoteDevice());
403
msg.obj =
mHeadset
.getRemoteDevice();
483
BluetoothDevice device =
mHeadset
.getRemoteDevice();
488
mConnectScoThread = new ScoSocketConnectThread(
mHeadset
.getRemoteDevice());
513
if (
mHeadset
!= null) {
514
device =
mHeadset
.getRemoteDevice();
549
if (
mHeadset
== null || mHeadsetType == TYPE_UNKNOWN)
[
all
...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
319
mHeadset
= (BluetoothHeadset) proxy;
339
mHeadset
= null;
360
private BluetoothHeadset
mHeadset
= null;
[
all
...]
Completed in 204 milliseconds