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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapHandler.java 78 case BluetoothPbapClient.EVENT_PULL_VCARD_LISTING_ERROR:
79 Log.d(TAG, "EVENT_PULL_VCARD_LISTING_ERROR");
BluetoothPbapClient.java 67 * <li><code>EVENT_PULL_VCARD_LISTING_ERROR</code>
342 public static final int EVENT_PULL_VCARD_LISTING_ERROR = 103;
414 client.sendToClient(EVENT_PULL_VCARD_LISTING_ERROR);
723 * {@link #EVENT_PULL_VCARD_LISTING_ERROR} in case of failure
737 * {@link #EVENT_PULL_VCARD_LISTING_ERROR} in case of failure
756 * {@link #EVENT_PULL_VCARD_LISTING_ERROR} in case of failure
773 * {@link #EVENT_PULL_VCARD_LISTING_ERROR} in case of failure
791 * {@link #EVENT_PULL_VCARD_LISTING_ERROR} in case of failure
813 * {@link #EVENT_PULL_VCARD_LISTING_ERROR} in case of failure
    [all...]

Completed in 44 milliseconds