Searched refs:HEADSET (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothStressTest.java | 248 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.HEADSET, null); in testConnectHeadset() 252 mTestUtils.connectProfile(adapter, device, BluetoothProfile.HEADSET, in testConnectHeadset() 254 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.HEADSET, in testConnectHeadset() 378 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.HEADSET, null); in testStartStopSco() 379 mTestUtils.connectProfile(adapter, device, BluetoothProfile.HEADSET, null); in testStartStopSco() 390 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.HEADSET, null); in testStartStopSco()
|
D | BluetoothTestUtils.java | 225 case BluetoothProfile.HEADSET: in ConnectProfileReceiver() 320 case BluetoothProfile.HEADSET: 340 case BluetoothProfile.HEADSET: 954 } else if (profile == BluetoothProfile.HEADSET) { in connectProfile() 1029 } else if (profile == BluetoothProfile.HEADSET) { in disconnectProfile() 1459 case BluetoothProfile.HEADSET: in connectProxy() 1485 case BluetoothProfile.HEADSET: in connectProxy()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HeadsetProfile.java | 102 BluetoothProfile.HEADSET); in HeadsetProfile() 219 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.HEADSET, in finalize()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 63 public static final int HEADSET = 1; field
|
D | BluetoothHeadset.java | 278 BluetoothProfile.HEADSET, mConnection); in doBind() 290 BluetoothProfile.HEADSET, mConnection); in doUnbind() 1017 mServiceListener.onServiceConnected(BluetoothProfile.HEADSET, 1024 mServiceListener.onServiceDisconnected(BluetoothProfile.HEADSET);
|
D | BluetoothAdapter.java | 1895 if (profile == BluetoothProfile.HEADSET) { in getProfileProxy() 1948 case BluetoothProfile.HEADSET: in closeProfileProxy()
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 159 BluetoothProfile.HEADSET); in onCreate() 174 btAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset); in onDestroy()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 973 mBluetoothAdapter.getProfileProxy(context, mProfileListener, BluetoothProfile.HEADSET); 977 if (profile == BluetoothProfile.HEADSET) { 982 if (profile == BluetoothProfile.HEADSET) {
|
/frameworks/base/services/core/java/com/android/server/ |
D | BluetoothManagerService.java | 739 if (bluetoothProfile != BluetoothProfile.HEADSET) return false; in bindBluetoothProfileService()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 3009 BluetoothProfile.HEADSET); in getBluetoothHeadset() 3156 case BluetoothProfile.HEADSET: 3227 case BluetoothProfile.HEADSET:
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 335 android.bluetooth.BluetoothProfile#A2DP} or {@link android.bluetooth.BluetoothProfile#HEADSET}
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6486 field public static final int HEADSET = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 7357 field public static final int HEADSET = 1; // 0x1
|
D | test-current.txt | 7363 field public static final int HEADSET = 1; // 0x1
|
D | system-current.txt | 7649 field public static final int HEADSET = 1; // 0x1
|