Searched defs:pbName (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapRequestPullPhoneBookSize.java | 33 public BluetoothPbapRequestPullPhoneBookSize(String pbName) { in BluetoothPbapRequestPullPhoneBookSize()
|
D | BluetoothPbapClient.java | 614 public boolean pullPhoneBookSize(String pbName) { in pullPhoneBookSize() 649 public boolean pullPhoneBook(String pbName) { in pullPhoneBook() 666 public boolean pullPhoneBook(String pbName, long filter, byte format) { in pullPhoneBook() 688 public boolean pullPhoneBook(String pbName, int maxListCount, int listStartOffset) { in pullPhoneBook() 707 public boolean pullPhoneBook(String pbName, long filter, byte format, int maxListCount, in pullPhoneBook()
|
D | BluetoothPbapRequestPullPhoneBook.java | 48 String pbName, Account account, long filter, byte format, in BluetoothPbapRequestPullPhoneBook()
|