Searched defs:pbName (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBookSize.java33 public BluetoothPbapRequestPullPhoneBookSize(String pbName) { argument
34 mHeaderSet.setHeader(HeaderSet.NAME, pbName);
H A DBluetoothPbapRequestPullPhoneBook.java42 public BluetoothPbapRequestPullPhoneBook(String pbName, long filter, byte format, argument
53 mHeaderSet.setHeader(HeaderSet.NAME, pbName);
H A DBluetoothPbapClient.java598 * @param pbName absolute path to the phone book
604 public boolean pullPhoneBookSize(String pbName) { argument
606 pbName);
633 * @param pbName absolute path to the phone book
639 public boolean pullPhoneBook(String pbName) { argument
640 return pullPhoneBook(pbName, 0, VCARD_TYPE_21, 0, 0);
647 * @param pbName absolute path to the phone book
656 public boolean pullPhoneBook(String pbName, long filter, byte format) { argument
657 return pullPhoneBook(pbName, filter, format, 0, 0);
669 * @param pbName absolut
678 pullPhoneBook(String pbName, int maxListCount, int listStartOffset) argument
697 pullPhoneBook(String pbName, long filter, byte format, int maxListCount, int listStartOffset) argument
[all...]

Completed in 64 milliseconds