Home
last modified time | relevance | path

Searched refs:BluetoothPbapRequestPullPhoneBook (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapRequestPullPhoneBook.java30 final class BluetoothPbapRequestPullPhoneBook extends BluetoothPbapRequest { class
46 BluetoothPbapRequestPullPhoneBook(String pbName, Account account, long filter, byte format, in BluetoothPbapRequestPullPhoneBook() method in BluetoothPbapRequestPullPhoneBook
H A DPbapClientConnectionHandler.java416 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()