Searched refs:pullVcardEntry (Results 1 - 1 of 1) sorted by path

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java46 * <li>Use {@link #pullVcardEntry} to pull single entry from the phone book
273 * Event propagated upon completion of <code>pullVcardEntry</code> request.
284 * @see #pullVcardEntry
342 * Event propagated upon completion of <code>pullVcardEntry</code> request.
821 public boolean pullVcardEntry(String handle) { method in class:BluetoothPbapClient
822 return pullVcardEntry(handle, (byte) 0, VCARD_TYPE_21);
837 public boolean pullVcardEntry(String handle, long filter, byte format) { method in class:BluetoothPbapClient

Completed in 37 milliseconds