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

  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestGetFolderListing.java 48 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
Request.java 31 protected static final byte OAP_TAGID_MAX_LIST_COUNT = 0x01;
RequestGetMessagesListing.java 103 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullPhoneBook.java 80 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
82 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) 65535);
BluetoothPbapRequest.java 36 protected static final byte OAP_TAGID_MAX_LIST_COUNT = 0x04;

Completed in 64 milliseconds