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

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetFolderListingSize.java 36 oap.add(OAP_TAGID_MAX_LIST_COUNT, 0);
BluetoothMasRequestGetMessagesListingSize.java 37 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) 0);
BluetoothMasRequestGetFolderListing.java 48 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
BluetoothMasRequest.java 31 protected static final byte OAP_TAGID_MAX_LIST_COUNT = 0x01;
BluetoothMasRequestGetMessagesListing.java 107 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestGetFolderListing.java 47 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
Request.java 31 protected static final byte OAP_TAGID_MAX_LIST_COUNT = 0x01;
RequestGetMessagesListing.java 104 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullPhoneBook.java 82 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
84 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) 65535);
BluetoothPbapRequest.java 36 protected static final byte OAP_TAGID_MAX_LIST_COUNT = 0x04;

Completed in 669 milliseconds