Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java415 } else if (req instanceof BluetoothPbapRequestPullVcardEntry) { in handleMessage()
446 } else if (req instanceof BluetoothPbapRequestPullVcardEntry) { in handleMessage()
447BluetoothPbapRequestPullVcardEntry r = (BluetoothPbapRequestPullVcardEntry) req; in handleMessage()
849 new BluetoothPbapRequestPullVcardEntry(handle, mAccount, filter, format); in pullVcardEntry()
DBluetoothPbapRequestPullVcardEntry.java31 final class BluetoothPbapRequestPullVcardEntry extends BluetoothPbapRequest { class
43 public BluetoothPbapRequestPullVcardEntry( in BluetoothPbapRequestPullVcardEntry() method in BluetoothPbapRequestPullVcardEntry