Home
last modified time | relevance | path

Searched defs:pullVcardListing (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java725 public boolean pullVcardListing(String folder) { in pullVcardListing() method in BluetoothPbapClient
739 public boolean pullVcardListing(String folder, byte order) { in pullVcardListing() method in BluetoothPbapClient
758 public boolean pullVcardListing(String folder, byte searchAttr, String searchVal) { in pullVcardListing() method in BluetoothPbapClient
775 public boolean pullVcardListing(String folder, byte order, int maxListCount, in pullVcardListing() method in BluetoothPbapClient
793 public boolean pullVcardListing(String folder, int maxListCount, int listStartOffset) { in pullVcardListing() method in BluetoothPbapClient
815 public boolean pullVcardListing(String folder, byte order, byte searchAttr, in pullVcardListing() method in BluetoothPbapClient
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java832 private final int pullVcardListing(byte[] appParam, AppParamValue appParamValue, in pullVcardListing() method in BluetoothPbapObexServer