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

  /frameworks/base/obex/javax/obex/
HeaderSet.java 134 * Represents the OBEX Who header. Identifies the OBEX application to
137 * The value of <code>WHO</code> is 0x4A (74).
139 public static final int WHO = 0x4A;
336 case WHO:
341 throw new IllegalArgumentException("WHO must be a byte array");
465 case WHO:
536 out.write(WHO);
ObexHelper.java 548 // Who Header
549 value = (byte[])headImpl.getHeader(HeaderSet.WHO);
551 out.write((byte)HeaderSet.WHO);
558 headImpl.setHeader(HeaderSet.WHO, null);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 324 Log.v(TAG, "WHO : " + hs.getHeader(HeaderSet.WHO));
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 121 reply.setHeader(HeaderSet.WHO, uuid);
128 byte[] remote = (byte[])request.getHeader(HeaderSet.WHO);
707 Log.v(TAG, "WHO : " + hs.getHeader(HeaderSet.WHO));
  /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...]
  /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
  /external/e2fsprogs/lib/et/
texinfo.tex 20 %WHO MAY MODIFY AND REDISTRIBUTE THIS PROGRAM AS PERMITTED BELOW, BE
88 %automatically terminated. However, parties who have received computer
    [all...]

Completed in 298 milliseconds