OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appendLine
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java
155
builder.
appendLine
(VCardConstants.PROPERTY_FN, name, needCharset, false);
156
builder.
appendLine
(VCardConstants.PROPERTY_N, name, needCharset, false);
183
builder.
appendLine
(VCardConstants.PROPERTY_FN, phoneName, needCharset, false);
184
builder.
appendLine
(VCardConstants.PROPERTY_N, phoneName, needCharset, false);
239
builder.
appendLine
(VCARD_PROPERTY_X_TIMESTAMP,
/frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java
226
appendLine
(VCardConstants.PROPERTY_BEGIN, VCARD_DATA_VCARD);
228
appendLine
(VCardConstants.PROPERTY_VERSION, VCardConstants.VERSION_V40);
230
appendLine
(VCardConstants.PROPERTY_VERSION, VCardConstants.VERSION_V30);
235
appendLine
(VCardConstants.PROPERTY_VERSION, VCardConstants.VERSION_V21);
315
appendLine
(VCardConstants.PROPERTY_FN, "");
338
appendLine
(VCardConstants.PROPERTY_FN, "");
391
appendLine
(VCardConstants.PROPERTY_FN, escaped);
420
appendLine
(VCardConstants.PROPERTY_N, "");
421
appendLine
(VCardConstants.PROPERTY_FN, "");
423
appendLine
(VCardConstants.PROPERTY_N, "")
[
all
...]
/prebuilts/devtools/tools/lib/
sdkuilib.jar
Completed in 71 milliseconds