Searched refs:BluetoothPbapClient (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullVcardEntry.java46 if (format != BluetoothPbapClient.VCARD_TYPE_21
47 && format != BluetoothPbapClient.VCARD_TYPE_30) {
48 format = BluetoothPbapClient.VCARD_TYPE_21;
H A DBluetoothPbapRequestPullPhoneBook.java60 if (format != BluetoothPbapClient.VCARD_TYPE_21
61 && format != BluetoothPbapClient.VCARD_TYPE_30) {
62 format = BluetoothPbapClient.VCARD_TYPE_21;
H A DBluetoothPbapClient.java36 * <li>Create an instance of <code>BluetoothPbapClient</code> class, passing
74 public class BluetoothPbapClient { class
75 private static final String TAG = "BluetoothPbapClient";
383 private final WeakReference<BluetoothPbapClient> mClient;
385 SessionHandler(BluetoothPbapClient client) {
386 mClient = new WeakReference<BluetoothPbapClient>(client);
393 BluetoothPbapClient client = mClient.get();
510 public BluetoothPbapClient(BluetoothDevice device, Handler handler) { method in class:BluetoothPbapClient
H A DBluetoothPbapVcardList.java58 if (format == BluetoothPbapClient.VCARD_TYPE_30) {

Completed in 533 milliseconds