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:
534 out.write(WHO);
ObexHelper.java 542 // Who Header
543 value = (byte[])headImpl.getHeader(HeaderSet.WHO);
545 out.write((byte)HeaderSet.WHO);
552 headImpl.setHeader(HeaderSet.WHO, null);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 237 Log.v(TAG, "WHO : " + hs.getHeader(HeaderSet.WHO));
BluetoothOppObexServerSession.java 525 reply.setHeader(HeaderSet.WHO, uuid);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 203 reply.setHeader(HeaderSet.WHO, uuid);
210 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 124 milliseconds