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

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullVcardListing.java30 final class BluetoothPbapRequestPullVcardListing extends BluetoothPbapRequest { class in inherits:BluetoothPbapRequest
32 private static final String TAG = "BluetoothPbapRequestPullVcardListing";
40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr, method in class:BluetoothPbapRequestPullVcardListing
H A DBluetoothPbapClient.java409 } else if (req instanceof BluetoothPbapRequestPullVcardListing) {
437 } else if (req instanceof BluetoothPbapRequestPullVcardListing) {
438 BluetoothPbapRequestPullVcardListing r = (BluetoothPbapRequestPullVcardListing) req;
807 BluetoothPbapRequest req = new BluetoothPbapRequestPullVcardListing(folder, order,

Completed in 57 milliseconds