OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetoothheadset
(Results
1 - 25
of
48
) sorted by null
1
2
/packages/services/Telephony/src/com/android/phone/
BluetoothManager.java
24
import android.bluetooth.
BluetoothHeadset
;
56
private
BluetoothHeadset
mBluetoothHeadset;
58
private int mBluetoothHeadsetAudioState =
BluetoothHeadset
.STATE_AUDIO_DISCONNECTED;
78
return (mBluetoothHeadsetAudioState !=
BluetoothHeadset
.STATE_AUDIO_DISCONNECTED);
89
// -
BluetoothHeadset
is the API for the control connection to a
113
// ...since we already have a
BluetoothHeadset
instance. We can just
117
// Check if there's a connected headset, using the
BluetoothHeadset
API.
161
* <b>or</b> if we issued a
BluetoothHeadset
.connectAudio()
199
* This depends on the
BluetoothHeadset
state *and* the current
252
new IntentFilter(
BluetoothHeadset
.ACTION_CONNECTION_STATE_CHANGED)
[
all
...]
BluetoothPhoneService.java
22
import android.bluetooth.
BluetoothHeadset
;
67
private
BluetoothHeadset
mBluetoothHeadset;
438
mBluetoothHeadset = (
BluetoothHeadset
) proxy;
[
all
...]
CallNotifier.java
35
import android.bluetooth.
BluetoothHeadset
;
140
private
BluetoothHeadset
mBluetoothHeadset;
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/19/changes/
android.bluetooth.BluetoothHeadset.html
10
android.bluetooth.
BluetoothHeadset
74
Class android.bluetooth.<A HREF="../../../../reference/android/bluetooth/
BluetoothHeadset
.html" target="_top"><font size="+2"><code>
BluetoothHeadset
</code></font></A>
86
<A NAME="android.bluetooth.
BluetoothHeadset
.sendVendorSpecificResultCode_added(android.bluetooth.BluetoothDevice, java.lang.String, java.lang.String)"></A>
87
<nobr><code>boolean</code> <A HREF="../../../../reference/android/bluetooth/
BluetoothHeadset
.html#sendVendorSpecificResultCode(android.bluetooth.BluetoothDevice, java.lang.String, java.lang.String)" target="_top"><code>sendVendorSpecificResultCode</code></A>(<code>BluetoothDevice,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
102
<A NAME="android.bluetooth.
BluetoothHeadset
.VENDOR_RESULT_CODE_COMMAND_ANDROID"></A>
103
<nobr><code>String</code> <A HREF="../../../../reference/android/bluetooth/
BluetoothHeadset
.html#VENDOR_RESULT_CODE_COMMAND_ANDROID" target="_top"><code>VENDOR_RESULT_CODE_COMMAND_ANDROID</code></A></nobr>
pkg_android.bluetooth.html
105
<A NAME="
BluetoothHeadset
"></A>
106
<nobr><A HREF="android.bluetooth.
BluetoothHeadset
.html">
BluetoothHeadset
</A></nobr>
jdiff_statistics.html
795
<TD><A HREF="android.bluetooth.
BluetoothHeadset
.html">
796
android.bluetooth.
BluetoothHeadset
</A></TD>
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java
21
import android.bluetooth.
BluetoothHeadset
;
53
* An interface for notifying
BluetoothHeadset
IPC clients when they have
54
* been connected to the
BluetoothHeadset
service.
60
* connected to the
BluetoothHeadset
service. Clients must wait for
61
* this callback before making IPC calls on the
BluetoothHeadset
68
* disconnected from the
BluetoothHeadset
service. Clients must not
69
* make IPC calls on the
BluetoothHeadset
service after this callback.
71
* the
BluetoothHeadset
service, but may be called more often in future.
165
BluetoothHeadset
.ACTION_CONNECTION_STATE_CHANGED);
HeadsetProfile.java
22
import android.bluetooth.
BluetoothHeadset
;
41
private
BluetoothHeadset
mService;
64
mService = (
BluetoothHeadset
) proxy;
DockEventReceiver.java
23
import android.bluetooth.
BluetoothHeadset
;
84
} else if (
BluetoothHeadset
.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction()) ||