Home
last modified time | relevance | path

Searched refs: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
726 return pullVcardListing(folder, ORDER_BY_DEFAULT, SEARCH_ATTR_NAME, null, 0, 0); in pullVcardListing()
739 public boolean pullVcardListing(String folder, byte order) { in pullVcardListing() method in BluetoothPbapClient
740 return pullVcardListing(folder, order, SEARCH_ATTR_NAME, null, 0, 0); in pullVcardListing()
758 public boolean pullVcardListing(String folder, byte searchAttr, String searchVal) { in pullVcardListing() method in BluetoothPbapClient
759 return pullVcardListing(folder, ORDER_BY_DEFAULT, searchAttr, searchVal, 0, 0); in pullVcardListing()
775 public boolean pullVcardListing(String folder, byte order, int maxListCount, in pullVcardListing() method in BluetoothPbapClient
777 return pullVcardListing(folder, order, SEARCH_ATTR_NAME, null, maxListCount, in pullVcardListing()
793 public boolean pullVcardListing(String folder, int maxListCount, int listStartOffset) { in pullVcardListing() method in BluetoothPbapClient
794 return pullVcardListing(folder, ORDER_BY_DEFAULT, SEARCH_ATTR_NAME, null, maxListCount, in pullVcardListing()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java422 return pullVcardListing(appParam, appParamValue, reply, op); in onGet()
832 private final int pullVcardListing(byte[] appParam, AppParamValue appParamValue, in pullVcardListing() method in BluetoothPbapObexServer