Searched refs:BluetoothPbapRequestPullPhoneBook (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
H A D | BluetoothPbapRequestPullPhoneBook.java | 30 final class BluetoothPbapRequestPullPhoneBook extends BluetoothPbapRequest { class 46 BluetoothPbapRequestPullPhoneBook(String pbName, Account account, long filter, byte format, in BluetoothPbapRequestPullPhoneBook() method in BluetoothPbapRequestPullPhoneBook
|
H A D | PbapClientConnectionHandler.java | 416 BluetoothPbapRequestPullPhoneBook request = in downloadContacts() 417 new BluetoothPbapRequestPullPhoneBook(path, mAccount, in downloadContacts() 444 BluetoothPbapRequestPullPhoneBook request = in downloadCallLog() 445 new BluetoothPbapRequestPullPhoneBook(path, mAccount, 0, VCARD_TYPE_30, 0, 0); in downloadCallLog()
|