OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothHeadsetDevice
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java
83
private BluetoothDevice
mBluetoothHeadsetDevice
;
155
mBluetoothHeadsetDevice
= null;
245
if (mBluetoothHeadset != null &&
mBluetoothHeadsetDevice
!= null) {
247
mBluetoothHeadset.startVoiceRecognition(
mBluetoothHeadsetDevice
);
249
mBluetoothHeadset.stopVoiceRecognition(
mBluetoothHeadsetDevice
);
662
mBluetoothHeadsetDevice
= deviceList.get(0);
664
mBluetoothHeadsetDevice
= null;
672
mBluetoothHeadsetDevice
= null;
/frameworks/base/services/core/java/com/android/server/audio/
AudioService.java
448
private BluetoothDevice
mBluetoothHeadsetDevice
;
[
all
...]
Completed in 1282 milliseconds