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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapHandler.java 41 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_DONE:
42 Log.d(TAG, "EVENT_PULL_PHONE_BOOK_DONE with entries " +
BluetoothPbapClient.java 57 * <li><code>EVENT_PULL_PHONE_BOOK_DONE</code>
251 public static final int EVENT_PULL_PHONE_BOOK_DONE = 2;
438 client.sendToClient(EVENT_PULL_PHONE_BOOK_DONE, r.getNewMissedCalls(),
646 * {@link #EVENT_PULL_PHONE_BOOK_DONE} or
663 * {@link #EVENT_PULL_PHONE_BOOK_DONE} or
685 * {@link #EVENT_PULL_PHONE_BOOK_DONE} or
704 * {@link #EVENT_PULL_PHONE_BOOK_DONE} or
    [all...]

Completed in 175 milliseconds