OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPhonebookSize
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
177
mMissedCallSize = mVcardManager.
getPhonebookSize
(ContentType.MISSED_CALL_HISTORY);
779
int size = mVcardManager.
getPhonebookSize
(appParamValue.needTag);
[
all
...]
BluetoothPbapVcardManager.java
148
public final int
getPhonebookSize
(final int type) {
158
if (V) Log.v(TAG, "
getPhonebookSize
size = " + size + " type = " + type);
Completed in 26 milliseconds