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