HomeSort by relevance Sort by last modified time
    Searched refs:HEADSET (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 58 * Headset and Handsfree profile
60 public static final int HEADSET = 1;
174 * @param profile - One of {@link #HEALTH}, {@link #HEADSET} or
184 * @param profile - One of {@link #HEALTH}, {@link #HEADSET} or
BluetoothHeadset.java 33 * Public API for controlling the Bluetooth Headset Service. This includes both
34 * Bluetooth Headset and Handsfree (v1.5) profiles.
36 * <p>BluetoothHeadset is a proxy object for controlling the Bluetooth Headset
43 * <p> Android only supports one connected Bluetooth Headset at a time.
52 * Intent used to broadcast the change in connection state of the Headset
70 "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED";
90 "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED";
94 * Intent used to broadcast that the headset has posted a
128 "android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT";
135 "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD"
    [all...]
BluetoothAdapter.java 1162 BluetoothHeadset headset = new BluetoothHeadset(context, listener); local
1197 BluetoothHeadset headset = (BluetoothHeadset)proxy; local
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java 248 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.HEADSET, null);
252 mTestUtils.connectProfile(adapter, device, BluetoothProfile.HEADSET,
254 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.HEADSET,
362 * In this test, a HSP connection is opened with an external headset and the SCO connection is
378 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.HEADSET, null);
379 mTestUtils.connectProfile(adapter, device, BluetoothProfile.HEADSET, null);
390 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.HEADSET, null);
BluetoothTestUtils.java 223 case BluetoothProfile.HEADSET:
318 case BluetoothProfile.HEADSET:
338 case BluetoothProfile.HEADSET:
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
HeadsetProfile.java 35 * HeadsetProfile handles Bluetooth HFP and Headset profiles.
53 static final String NAME = "HEADSET";
102 BluetoothProfile.HEADSET);
128 // Downgrade priority as user is disconnecting the headset.
210 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.HEADSET,
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 41 * Connects / Disconnects from a Bluetooth headset (or any device that
225 if(!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.HEADSET))
352 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mHeadset);
422 case BluetoothProfile.HEADSET:
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 159 BluetoothProfile.HEADSET);
174 btAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 312 BluetoothProfile.HEADSET);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 239 BluetoothProfile.HEADSET)) {
240 Log.e(TAG, "Getting Headset Proxy failed");
426 if (false) Log.d(TAG, "headset status " + state);
428 // We are already connnected to a headset
451 if (false) Log.d(TAG, "HEADSET STATE -> " + state);
478 // apparently our connection to the headset has dropped.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 163 if (((profileId == BluetoothProfile.A2DP) ||(profileId == BluetoothProfile.HEADSET)) &&
    [all...]
  /hardware/msm7k/libaudio/
AudioHardware.cpp 124 CHECK_FOR(HEADSET)
302 "headset");
515 ALOGI("Routing audio to Wired Headset and Speaker\n");
519 ALOGI("Routing audio to Wired Headset\n");
552 ALOGI("Routing audio to Wired Headset and Speaker\n");
557 ALOGI("Routing audio to No microphone Wired Headset and Speaker (%d,%x)\n", mMode, outputDevices);
561 ALOGI("Routing audio to No microphone Wired Headset (%d,%x)\n", mMode, outputDevices);
565 ALOGI("Routing audio to Wired Headset\n");
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java 50 * Bluetooth headset manager for the Phone app.
115 mAdapter.getProfileProxy(this, mProfileListener, BluetoothProfile.HEADSET);
532 // Send CLCC response to Bluetooth headset service
    [all...]
InCallScreen.java 260 BLUETOOTH, // Bluetooth headset (if available)
261 EARPIECE, // Handset earpiece (or wired headset, if connected)
297 // whether a headset is plugged in.
307 // headset" or "Handset earpiece" depending on whether the
308 // headset is plugged in or not.
349 // The bluetooth headset state changed, so some UI
421 // can update the onscreen UI when the headset state changes.
486 BluetoothProfile.HEADSET);
    [all...]
CallNotifier.java 218 BluetoothProfile.HEADSET);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 176 // Timeout for connection to bluetooth headset service
353 // Bluetooth headset device
357 // audio service (internal) or bluetooth headset (external)
361 // SCO audio activation request waiting for headset service to connect
365 // SCO audio deactivation request waiting for headset service to connect
372 // waiting for headset service to connect
383 // Current connection state indicated by bluetooth headset
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 184 Log.e(TAG, "Could not bind to Bluetooth Headset Phone Service");
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1407 milliseconds