OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_PULL_VCARD_LISTING_SIZE_DONE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapHandler.java
72
case BluetoothPbapClient.
EVENT_PULL_VCARD_LISTING_SIZE_DONE
:
73
Log.d(TAG, "
EVENT_PULL_VCARD_LISTING_SIZE_DONE
");
BluetoothPbapClient.java
56
* <li><code>
EVENT_PULL_VCARD_LISTING_SIZE_DONE
</code>
323
public static final int
EVENT_PULL_VCARD_LISTING_SIZE_DONE
= 6;
434
client.sendToClient(
EVENT_PULL_VCARD_LISTING_SIZE_DONE
, size);
627
* {@link #
EVENT_PULL_VCARD_LISTING_SIZE_DONE
} or
[
all
...]
Completed in 3313 milliseconds