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

  /frameworks/base/obex/javax/obex/
HeaderSet.java 135 * Represents the OBEX Who header. Identifies the OBEX application to
138 * The value of <code>WHO</code> is 0x4A (74).
140 public static final int WHO = 0x4A;
379 case WHO:
384 throw new IllegalArgumentException("WHO must be a byte array");
532 case WHO:
607 out.write(WHO);
ObexHelper.java 571 // Who Header
572 value = (byte[])headImpl.getHeader(HeaderSet.WHO);
574 out.write((byte)HeaderSet.WHO);
581 headImpl.setHeader(HeaderSet.WHO, null);
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java 68 reply.setHeader(HeaderSet.WHO, MNS_TARGET);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 326 Log.v(TAG, "WHO : " + hs.getHeader(HeaderSet.WHO));
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapObexLevelTest.java 260 byte[] who = (byte[])response.getHeader(HeaderSet.WHO);
261 Assert.assertNotNull(who);
262 Assert.assertTrue(Arrays.equals(who, MAS_TARGET));
  /system/extras/tests/workloads/
defs.sh 120 WHO="${ADB}whoami"
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 202 reply.setHeader(HeaderSet.WHO, uuid);
209 byte[] remote = (byte[])request.getHeader(HeaderSet.WHO);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 330 reply.setHeader(HeaderSet.WHO, uuid);
337 byte[] remote = (byte[])request.getHeader(HeaderSet.WHO);
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 390 entire whole, and thus to each and every part regardless of who wrote it.
444 However, parties who have received copies, or rights, from you under
474 all those who receive copies directly or indirectly through you, then
499 original copyright holder who places the Program under this License
539 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR

Completed in 289 milliseconds