Home
last modified time | relevance | path

Searched refs:BluetoothHeadset (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHeadsetProfile.java22 import android.bluetooth.BluetoothHeadset;
41 private BluetoothHeadset mService;
64 mService = (BluetoothHeadset) proxy; in onServiceConnected()
DLocalBluetoothProfileManager.java22 import android.bluetooth.BluetoothHeadset;
190 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java22 import android.bluetooth.BluetoothHeadset;
82 private BluetoothHeadset mBluetoothHeadset;
104 new IntentFilter(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED); in onCreate()
659 mBluetoothHeadset = (BluetoothHeadset) proxy;
688 if (action.equals(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED)) { in onReceive()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadset.java48 public final class BluetoothHeadset implements BluetoothProfile { class
299 /*package*/ BluetoothHeadset(Context context, ServiceListener l) { in BluetoothHeadset() method in BluetoothHeadset
725 return BluetoothHeadset.STATE_AUDIO_DISCONNECTED; in getAudioState()
1094 BluetoothHeadset.this);
DBluetoothAdapter.java2025 BluetoothHeadset headset = new BluetoothHeadset(context, listener); in getProfileProxy()
2084 BluetoothHeadset headset = (BluetoothHeadset)proxy; in closeProfileProxy()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java228 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
323 mHeadset = (BluetoothHeadset) proxy;
364 private BluetoothHeadset mHeadset = null;
937 assertTrue(((BluetoothHeadset)proxy).connect(device)); in connectProfile()
1012 assertTrue(((BluetoothHeadset)proxy).disconnect(device)); in disconnectProfile()
1406 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver()
/frameworks/base/
Dpreloaded-classes688 android.bluetooth.BluetoothHeadset
689 android.bluetooth.BluetoothHeadset$1
690 android.bluetooth.BluetoothHeadset$2
691 android.bluetooth.BluetoothHeadset$3
Dcompiled-classes-phone708 android.bluetooth.BluetoothHeadset
709 android.bluetooth.BluetoothHeadset$1
710 android.bluetooth.BluetoothHeadset$2
711 android.bluetooth.BluetoothHeadset$3
/frameworks/base/services/
Dprofile-classes417 Landroid/bluetooth/BluetoothHeadset;
418 Landroid/bluetooth/BluetoothHeadset$1;
419 Landroid/bluetooth/BluetoothHeadset$2;
420 Landroid/bluetooth/BluetoothHeadset$3;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6405 public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile {
/frameworks/base/api/
Dcurrent.txt7820 public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile {
Dsystem-current.txt8299 public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile {