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

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullVcardEntry.java30 final class BluetoothPbapRequestPullVcardEntry extends BluetoothPbapRequest { class in inherits:BluetoothPbapRequest
32 private static final String TAG = "BluetoothPbapRequestPullVcardEntry";
40 public BluetoothPbapRequestPullVcardEntry(String handle, long filter, byte format) { method in class:BluetoothPbapRequestPullVcardEntry
H A DBluetoothPbapClient.java411 } else if (req instanceof BluetoothPbapRequestPullVcardEntry) {
442 } else if (req instanceof BluetoothPbapRequestPullVcardEntry) {
443 BluetoothPbapRequestPullVcardEntry r = (BluetoothPbapRequestPullVcardEntry) req;
838 BluetoothPbapRequest req = new BluetoothPbapRequestPullVcardEntry(handle, filter, format);

Completed in 285 milliseconds