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

  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java 35 public BluetoothHeadsetProxy(BluetoothHeadset headset) {
36 mBluetoothHeadset = headset;
  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 49 * <p>WiredAccessoryManager monitors for a wired headset on the main board or dock using
128 int headset; local
133 headset = 0;
137 headset = BIT_HEADSET_NO_MIC;
141 headset = BIT_LINEOUT;
145 headset = BIT_HEADSET;
149 headset = BIT_HEADSET;
153 headset = 0;
158 (mHeadsetState & ~(BIT_HEADSET | BIT_HEADSET_NO_MIC | BIT_LINEOUT)) | headset);
173 * Compare the existing headset state with the new state and pass along accordingly. Not
    [all...]
  /frameworks/base/obex/javax/obex/
ClientSession.java 341 HeaderSet headset; local
343 headset = new HeaderSet();
345 headset = header;
346 if (headset.nonce != null) {
348 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16);
353 if (headset.nonce != null) {
355 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16);
360 headset.mConnectionID = new byte[4];
361 System.arraycopy(mConnectionId, 0, headset.mConnectionID, 0, 4);
364 head = ObexHelper.createHeader(headset, false)
    [all...]
  /external/autotest/server/site_tests/audio_AudioRoutingUSB/
audio_AudioRoutingUSB.py 10 # After connecting/disconnecting the USB headset, we wait a while for the event
32 # First disconnect the headset from DUT
37 # Connect the headset to DUT
42 # Disconnect the headset from DUT
49 raise error.TestFail('Same audio device used when the headset is '
50 'connected. Make sure a USB headset is '
56 'original one after the USB headset is '
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSetTest.java 109 assertSame(set, set.headSet("c"));
147 assertTrue(set.headSet("g") instanceof ImmutableSortedSet);
148 assertThat(set.headSet("g")).has().item("e");
149 assertSame(of(), set.headSet("c"));
150 assertSame(of(), set.headSet("e"));
242 assertTrue(set.headSet("e") instanceof ImmutableSortedSet);
243 assertThat(set.headSet("e")).has().exactly("b", "c", "d").inOrder();
244 assertThat(set.headSet("g")).has().exactly("b", "c", "d", "e", "f").inOrder();
245 assertSame(of(), set.headSet("a"));
246 assertSame(of(), set.headSet("b"))
393 SortedSet<String> headset = set.headSet("d"); local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1893 BluetoothHeadset headset = new BluetoothHeadset(context, listener); local
1946 BluetoothHeadset headset = (BluetoothHeadset)proxy; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 221 assertSame(set, set.headSet("c"));
266 assertTrue(set.headSet("g") instanceof ImmutableSortedSet);
267 assertThat(set.headSet("g")).has().item("e");
268 assertSame(of(), set.headSet("c"));
269 assertSame(of(), set.headSet("e"));
368 assertTrue(set.headSet("e") instanceof ImmutableSortedSet);
369 assertThat(set.headSet("e")).has().exactly("b", "c", "d").inOrder();
370 assertThat(set.headSet("g")).has().exactly("b", "c", "d", "e", "f").inOrder();
371 assertSame(of(), set.headSet("a"));
372 assertSame(of(), set.headSet("b"))
551 SortedSet<String> headset = set.headSet("d"); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 351 milliseconds