Searched refs:BluetoothPbapRequestPullVcardEntry (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
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);
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

Completed in 47 milliseconds