HomeSort by relevance Sort by last modified time
    Searched refs:PHONEBOOK (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 127 private static final String TYPE_PB = "x-bt/phonebook";
158 public static final int PHONEBOOK = 1;
337 // For "x-bt/phonebook" and "x-bt/vcard-listing":
352 appParamValue.needTag = ContentType.PHONEBOOK;
378 appParamValue.needTag = ContentType.PHONEBOOK;
379 if (D) Log.v(TAG, "download phonebook request");
548 // Phonebook listing request
549 if (type == ContentType.PHONEBOOK) {
647 * Function to send obex header back to client such as get phonebook size
739 if (V) Log.v(TAG, "Need Phonebook size in response header.")
    [all...]
BluetoothPbapVcardManager.java 126 case BluetoothPbapObexServer.ContentType.PHONEBOOK:

Completed in 13 milliseconds