Searched refs:BluetoothPbapRequestPullVcardEntry (Results 1 – 2 of 2) sorted by relevance
415 } else if (req instanceof BluetoothPbapRequestPullVcardEntry) { in handleMessage()446 } else if (req instanceof BluetoothPbapRequestPullVcardEntry) { in handleMessage()447 … BluetoothPbapRequestPullVcardEntry r = (BluetoothPbapRequestPullVcardEntry) req; in handleMessage()849 new BluetoothPbapRequestPullVcardEntry(handle, mAccount, filter, format); in pullVcardEntry()
31 final class BluetoothPbapRequestPullVcardEntry extends BluetoothPbapRequest { class43 public BluetoothPbapRequestPullVcardEntry( in BluetoothPbapRequestPullVcardEntry() method in BluetoothPbapRequestPullVcardEntry