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

  /frameworks/base/obex/javax/obex/
ClientSession.java 291 HeaderSet headset; local
293 headset = new HeaderSet();
295 headset = header;
296 if (headset.nonce != null) {
298 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16);
303 if (headset.nonce != null) {
305 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16);
310 headset.mConnectionID = new byte[4];
311 System.arraycopy(mConnectionId, 0, headset.mConnectionID, 0, 4);
314 head = ObexHelper.createHeader(headset, false)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 52 * <p>WiredAccessoryManager monitors for a wired headset on the main board or dock using
131 int headset; local
136 headset = 0;
140 headset = BIT_HEADSET_NO_MIC;
144 headset = BIT_LINEOUT;
148 headset = BIT_HEADSET;
152 headset = BIT_HEADSET;
156 headset = 0;
161 (mHeadsetState & ~(BIT_HEADSET | BIT_HEADSET_NO_MIC | BIT_LINEOUT)) | headset);
176 * Compare the existing headset state with the new state and pass along accordingly. Not
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1317 BluetoothHeadset headset = new BluetoothHeadset(context, listener); local
1364 BluetoothHeadset headset = (BluetoothHeadset)proxy; local
    [all...]