OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appendLine
(Results
1 - 8
of
8
) sorted by null
/external/libphonenumber/demo/src/com/google/phonenumbers/
PhoneNumberParserServlet.java
157
private void
appendLine
(String title, String data, StringBuilder output) {
178
appendLine
("country_code", Integer.toString(number.getCountryCode()), output);
179
appendLine
("national_number", Long.toString(number.getNationalNumber()), output);
180
appendLine
("extension", number.getExtension(), output);
181
appendLine
("country_code_source", number.getCountryCodeSource().toString(), output);
182
appendLine
("italian_leading_zero", Boolean.toString(number.isItalianLeadingZero()), output);
183
appendLine
("raw_input", number.getRawInput(), output);
194
appendLine
("Result from isPossibleNumber()", Boolean.toString(isPossible), output);
196
appendLine
("Result from isPossibleNumberWithReason()",
201
appendLine
("Result from isValidNumber()", Boolean.toString(isNumberValid), output)
[
all
...]
/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
192
appendLine
(VCardConstants.PROPERTY_BEGIN, VCARD_DATA_VCARD);
194
appendLine
(VCardConstants.PROPERTY_VERSION, VCardConstants.VERSION_V40);
196
appendLine
(VCardConstants.PROPERTY_VERSION, VCardConstants.VERSION_V30);
201
appendLine
(VCardConstants.PROPERTY_VERSION, VCardConstants.VERSION_V21);
281
appendLine
(VCardConstants.PROPERTY_FN, "");
304
appendLine
(VCardConstants.PROPERTY_FN, "");
357
appendLine
(VCardConstants.PROPERTY_FN, escaped);
386
appendLine
(VCardConstants.PROPERTY_N, "");
387
appendLine
(VCardConstants.PROPERTY_FN, "");
389
appendLine
(VCardConstants.PROPERTY_N, "")
[
all
...]
/prebuilts/devtools/tools/lib/
sdkuilib.jar
/prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar
Completed in 713 milliseconds