OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbluetoothheadset
(Results
1 - 4
of
4
) sorted by null
/packages/apps/VoiceDialer/src/com/android/voicedialer/
BluetoothVoiceDialerActivity.java
157
private BluetoothHeadset
mBluetoothHeadset
;
226
mBluetoothHeadset
= new BluetoothHeadset(this,
367
if (
mBluetoothHeadset
!= null &&
368
mBluetoothHeadset
.getState() == BluetoothHeadset.STATE_CONNECTED) {
369
mBluetoothHeadset
.startVoiceRecognition();
[
all
...]
/frameworks/base/media/java/android/media/
AudioService.java
255
private BluetoothHeadset
mBluetoothHeadset
;
294
mBluetoothHeadset
= new BluetoothHeadset(context,
[
all
...]
/packages/apps/Phone/src/com/android/phone/
InCallScreen.java
242
private BluetoothHeadset
mBluetoothHeadset
;
559
mBluetoothHeadset
= new BluetoothHeadset(this, null);
560
if (VDBG) log("- Got BluetoothHeadset: " +
mBluetoothHeadset
);
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java
[
all
...]
Completed in 91 milliseconds