Home
last modified time | relevance | path

Searched refs:BluetoothPbapVcardList (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullVcardEntry.java37 private BluetoothPbapVcardList mResponse;
73 mResponse = new BluetoothPbapVcardList(mAccount, stream, mFormat); in readResponse()
DBluetoothPbapVcardList.java35 class BluetoothPbapVcardList { class
55 public BluetoothPbapVcardList(Account account, InputStream in, byte format) throws IOException { in BluetoothPbapVcardList() method in BluetoothPbapVcardList
DBluetoothPbapRequestPullPhoneBook.java39 private BluetoothPbapVcardList mResponse;
100 mResponse = new BluetoothPbapVcardList(mAccount, stream, mFormat); in readResponse()