HomeSort by relevance Sort by last modified time
    Searched refs:WHO (Results 1 - 8 of 8) 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;
359 case WHO:
364 throw new IllegalArgumentException("WHO must be a byte array");
488 case WHO:
559 out.write(WHO);
ObexHelper.java 554 // Who Header
555 value = (byte[])headImpl.getHeader(HeaderSet.WHO);
557 out.write((byte)HeaderSet.WHO);
564 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 325 Log.v(TAG, "WHO : " + hs.getHeader(HeaderSet.WHO));
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 41 * =1 {{WHO}}
42 * one {{WHO} and one other person}
43 * other {{WHO} and # other people}}
46 * Calling format({'NUM_PEOPLE': 2, 'WHO': 'Mark', 'PLACE': 'Athens'}) would
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 254 reply.setHeader(HeaderSet.WHO, uuid);
261 byte[] remote = (byte[])request.getHeader(HeaderSet.WHO);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 198 reply.setHeader(HeaderSet.WHO, uuid);
205 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 807 milliseconds