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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapHandler.java 60 case BluetoothPbapClient.EVENT_SET_PHONE_BOOK_DONE:
61 Log.d(TAG, "EVENT_SET_PHONE_BOOK_DONE");
BluetoothPbapClient.java 60 * <li><code>EVENT_SET_PHONE_BOOK_DONE</code>
230 public static final int EVENT_SET_PHONE_BOOK_DONE = 1;
451 client.sendToClient(EVENT_SET_PHONE_BOOK_DONE);
570 * {@link #EVENT_SET_PHONE_BOOK_DONE} or
583 * {@link #EVENT_SET_PHONE_BOOK_DONE} or
597 * {@link #EVENT_SET_PHONE_BOOK_DONE} or
    [all...]

Completed in 1116 milliseconds