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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapHandler.java 75 case BluetoothPbapClient.EVENT_SET_PHONE_BOOK_ERROR:
76 Log.d(TAG, "EVENT_SET_PHONE_BOOK_ERROR");
BluetoothPbapClient.java 69 * <li><code>EVENT_SET_PHONE_BOOK_ERROR</code>
330 public static final int EVENT_SET_PHONE_BOOK_ERROR = 101;
418 client.sendToClient(EVENT_SET_PHONE_BOOK_ERROR);
571 * {@link #EVENT_SET_PHONE_BOOK_ERROR} in case of failure
584 * {@link #EVENT_SET_PHONE_BOOK_ERROR} in case of failure
598 * {@link #EVENT_SET_PHONE_BOOK_ERROR} in case of failure
    [all...]

Completed in 41 milliseconds