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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
UsimServiceTable.java 27 PHONEBOOK,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 126 private static final String TYPE_PB = "x-bt/phonebook";
157 public static final int PHONEBOOK = 1;
335 // For "x-bt/phonebook" and "x-bt/vcard-listing":
350 appParamValue.needTag = ContentType.PHONEBOOK;
376 appParamValue.needTag = ContentType.PHONEBOOK;
377 if (D) Log.v(TAG, "download phonebook request");
553 // Phonebook listing request
554 if (type == ContentType.PHONEBOOK) {
641 * Function to send obex header back to client such as get phonebook size
699 if (V) Log.v(TAG, "Need Phonebook size in response header.")
    [all...]

Completed in 1674 milliseconds