/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
SafeTreeSet.java | 118 @Override public SortedSet<E> headSet(E toElement) { 119 return headSet(toElement, false); 122 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { 124 delegate.headSet(checkValid(toElement), inclusive));
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 58 * Headset and Handsfree profile 60 public static final int HEADSET = 1; 180 * @param profile - One of {@link #HEALTH}, {@link #HEADSET} or 190 * @param profile - One of {@link #HEALTH}, {@link #HEADSET} or
|
IBluetoothHeadset.aidl | 22 * API for Bluetooth Headset service
|
/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);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothProfileManager.java | 90 * Mapping from profile name, e.g. "HEADSET" to profile object. 157 // Headset / Handsfree 161 if (DEBUG) Log.d(TAG, "Adding local HEADSET profile"); 168 Log.w(TAG, "Warning: HEADSET profile was previously added but the UUID is now missing."); 285 // This is called by DockService, so check Headset and A2DP. 287 // Getting just the headset profile is fine for now. Will need to deal with A2DP
|
/packages/services/Telephony/src/com/android/phone/ |
AudioRouter.java | 136 // manually disconnect the active bluetooth headset; 148 // Wired headset and earpiece work the same way 198 * Called when the state of the wired headset changes. 204 // Since the presence of a wired headset or bluetooth affects the 206 // this on the wired headset connect / disconnect events for now 256 Log.wtf(LOG_TAG, "One of wired headset or earpiece should always be valid.");
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingSortedSetTest.java | 155 forward().headSet("asdf"); 156 assertEquals("[headSet(Object)]", getCalls());
|
ImmutableSetCollectionTest.java | 115 .named(ImmutableSortedSetTest.class.getName() + ", headset") 140 ImmutableSortedSet.copyOf(list).headSet("zzy")); 144 ImmutableSortedSetTest.class.getName() + ", headset, reserialized")
|
/packages/apps/InCallUI/res/drawable/ |
btn_compound_audio.xml | 21 - If no bluetooth headset is connected, it behaves like a simple 25 - But if a bluetooth headset is connected, this becomes a simple 61 (i.e. one of { earpiece (or wired headset) , speaker , bluetooth }).
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSortedSet.java | 296 public ImmutableSortedSet<E> headSet(E toElement) { 299 return unsafeDelegateSortedSet(sortedDelegate.headSet(toElement), true); 317 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { 326 return headSet(toElement); 346 return tailSet(fromElement, fromInclusive).headSet(toElement, toInclusive);
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallButtonFragment.java | 284 // or the wired headset (if connected.) 328 * (for example) when a wired headset is plugged or unplugged, 330 * and "wired headset" items. 379 // TODO: if a wired headset is plugged in, that takes precedence 381 // sort of "wired headset" icon here instead of the "handset 471 // We display *either* "earpiece" or "wired headset", never both, 472 // depending on whether a wired headset is physically plugged in.
|
/libcore/luni/src/main/java/java/util/ |
NavigableSet.java | 27 * null}. Methods {@code subSet}, {@code headSet}, 44 * {@link #headSet(Object) headSet(E)}, and 227 NavigableSet<E> headSet(E toElement, boolean inclusive); 272 * <p>Equivalent to {@code headSet(toElement, false)}. 278 SortedSet<E> headSet(E toElement);
|
/device/asus/grouper/ |
mixer_paths.xml | 57 <path name="headset-mic">
|
/frameworks/base/docs/html/training/managing-audio/ |
index.jd | 60 played and how to handle a headset being disconnected during playback.</dd>
|
/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:
|
/packages/apps/VoiceDialer/res/values-en-rGB/ |
strings.xml | 30 <string name="headset_connection_lost" msgid="3809295858472462650">"Connection to headset lost."</string>
|
/packages/apps/VoiceDialer/res/values-en-rIN/ |
strings.xml | 30 <string name="headset_connection_lost" msgid="3809295858472462650">"Connection to headset lost."</string>
|
/packages/apps/VoiceDialer/res/values-nl/ |
strings.xml | 30 <string name="headset_connection_lost" msgid="3809295858472462650">"Verbinding met headset verbroken."</string>
|
/packages/apps/VoiceDialer/res/values-zu/ |
strings.xml | 30 <string name="headset_connection_lost" msgid="3809295858472462650">"Uxhumano lwe-headset lulahlekile."</string>
|
/hardware/libhardware/include/hardware/ |
bt_hf.h | 218 /** connect to headset */ 221 /** dis-connect from headset */
|
/packages/apps/VoiceDialer/res/values/ |
strings.xml | 74 <!-- displayed when the connection tot he bluetooth headset is lost --> 76 Connection to headset lost.
|
/external/bluetooth/bluedroid/bta/include/ |
bta_ag_api.h | 430 ** Description Opens a connection to a headset or hands-free device. 445 ** Description Close the current connection to a headset or a handsfree 459 ** headset or hnadsfree 471 ** Description Close the currently active audio connection to a headset 484 ** Description Send an AT result code to a headset or hands-free device.
|
/device/asus/flo/ |
snd_soc_msm_2x | 559 Name "HiFi2SPDIF ANC Headset" 578 Name "HiFi2SPDIF Speaker Headset" 597 Name "HiFi2SPDIF Speaker ANC Headset" 673 Name "HiFi2PROXY Rx ANC Headset" 692 Name "HiFi2PROXY Rx Speaker Headset" 711 Name "HiFi2PROXY Rx Speaker ANC Headset" 1574 Name "HiFi LowlatencyPROXY Rx ANC Headset" 1591 Name "HiFi LowlatencyPROXY Rx Speaker Headset" 1608 Name "HiFi LowlatencyPROXY Rx Speaker ANC Headset" [all...] |
snd_soc_msm_2x_Fusion3 | 559 Name "HiFi2SPDIF ANC Headset" 578 Name "HiFi2SPDIF Speaker Headset" 597 Name "HiFi2SPDIF Speaker ANC Headset" 673 Name "HiFi2PROXY Rx ANC Headset" 692 Name "HiFi2PROXY Rx Speaker Headset" 711 Name "HiFi2PROXY Rx Speaker ANC Headset" 1574 Name "HiFi LowlatencyPROXY Rx ANC Headset" 1591 Name "HiFi LowlatencyPROXY Rx Speaker Headset" 1608 Name "HiFi LowlatencyPROXY Rx Speaker ANC Headset" [all...] |
/device/lge/mako/ |
snd_soc_msm_2x_Fusion3 | 559 Name "HiFi2SPDIF ANC Headset" 578 Name "HiFi2SPDIF Speaker Headset" 597 Name "HiFi2SPDIF Speaker ANC Headset" 673 Name "HiFi2PROXY Rx ANC Headset" 692 Name "HiFi2PROXY Rx Speaker Headset" 711 Name "HiFi2PROXY Rx Speaker ANC Headset" 1574 Name "HiFi LowlatencyPROXY Rx ANC Headset" 1591 Name "HiFi LowlatencyPROXY Rx Speaker Headset" 1608 Name "HiFi LowlatencyPROXY Rx Speaker ANC Headset" [all...] |