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

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java44 * <li>Use {@link #pullVcardListing} to retrieve list of entries in the phone
251 * Event propagated upon completion of <code>pullVcardListing</code>
268 * @see #pullVcardListing
336 * Event propagated upon completion of <code>pullVcardListing</code>
715 public boolean pullVcardListing(String folder) { method in class:BluetoothPbapClient
716 return pullVcardListing(folder, ORDER_BY_DEFAULT, SEARCH_ATTR_NAME, null, 0, 0);
729 public boolean pullVcardListing(String folder, byte order) { method in class:BluetoothPbapClient
730 return pullVcardListing(folder, order, SEARCH_ATTR_NAME, null, 0, 0);
748 public boolean pullVcardListing(String folder, byte searchAttr, String searchVal) { method in class:BluetoothPbapClient
749 return pullVcardListing(folde
765 public boolean pullVcardListing(String folder, byte order, int maxListCount, method in class:BluetoothPbapClient
783 public boolean pullVcardListing(String folder, int maxListCount, int listStartOffset) { method in class:BluetoothPbapClient
805 public boolean pullVcardListing(String folder, byte order, byte searchAttr, method in class:BluetoothPbapClient
[all...]

Completed in 27 milliseconds