OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCARD_TYPE_21
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullVcardEntry.java
52
if (format != BluetoothPbapClient.
VCARD_TYPE_21
54
format = BluetoothPbapClient.
VCARD_TYPE_21
;
BluetoothPbapRequestPullPhoneBook.java
66
if (format != BluetoothPbapClient.
VCARD_TYPE_21
68
format = BluetoothPbapClient.
VCARD_TYPE_21
;
BluetoothPbapClient.java
175
public static final byte
VCARD_TYPE_21
= 0;
639
* of <code>
VCARD_TYPE_21
</code> type and each single vCard contains minimal
650
return pullPhoneBook(pbName, 0,
VCARD_TYPE_21
, 0, 0);
676
* <code>
VCARD_TYPE_21
</code> which in turns contain minimal required set of
689
return pullPhoneBook(pbName, 0,
VCARD_TYPE_21
, maxListCount, listStartOffset);
[
all
...]
Completed in 177 milliseconds