Searched refs:HEADSET (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothStressTest.java | 229 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.HEADSET, null); in testConnectHeadset() 233 mTestUtils.connectProfile(mAdapter, device, BluetoothProfile.HEADSET, in testConnectHeadset() 235 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.HEADSET, in testConnectHeadset() 347 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.HEADSET, null); in testStartStopSco() 348 mTestUtils.connectProfile(mAdapter, device, BluetoothProfile.HEADSET, null); in testStartStopSco() 359 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.HEADSET, null); in testStartStopSco()
|
D | BluetoothTestUtils.java | 227 case BluetoothProfile.HEADSET: in ConnectProfileReceiver() 322 case BluetoothProfile.HEADSET: 342 case BluetoothProfile.HEADSET: 936 } else if (profile == BluetoothProfile.HEADSET) { in connectProfile() 1011 } else if (profile == BluetoothProfile.HEADSET) { in disconnectProfile() 1441 case BluetoothProfile.HEADSET: in connectProxy() 1467 case BluetoothProfile.HEADSET: in connectProxy()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 63 public static final int HEADSET = 1; field
|
D | BluetoothHeadset.java | 319 BluetoothProfile.HEADSET, mConnection); in doBind() 331 BluetoothProfile.HEADSET, mConnection); in doUnbind() 1093 mServiceListener.onServiceConnected(BluetoothProfile.HEADSET, 1100 mServiceListener.onServiceDisconnected(BluetoothProfile.HEADSET);
|
D | BluetoothAdapter.java | 2024 if (profile == BluetoothProfile.HEADSET) { in getProfileProxy() 2083 case BluetoothProfile.HEADSET: in closeProfileProxy()
|
/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/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/services/core/java/com/android/server/ |
D | BluetoothManagerService.java | 974 if (bluetoothProfile != BluetoothProfile.HEADSET) return false; in bindBluetoothProfileService()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6486 field public static final int HEADSET = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 7901 field public static final int HEADSET = 1; // 0x1
|
D | system-current.txt | 8380 field public static final int HEADSET = 1; // 0x1
|