Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBookSize.java33 public BluetoothPbapRequestPullPhoneBookSize(String pbName) { in BluetoothPbapRequestPullPhoneBookSize()
DBluetoothPbapClient.java614 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()
DBluetoothPbapRequestPullPhoneBook.java48 String pbName, Account account, long filter, byte format, in BluetoothPbapRequestPullPhoneBook()