OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formattedName
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java
68
private String
formattedName
= null;
76
* @param
formattedName
Formatted name
81
public vCard(String name, String
formattedName
, String[] phoneNumbers,
86
this.
formattedName
=
formattedName
!= null ?
formattedName
: "";
112
* @param
formattedName
Formatted name
116
public vCard(String name, String
formattedName
, String[] phoneNumbers, String[] emailAddresses) {
119
this.
formattedName
=
formattedName
!= null ? formattedName : ""
[
all
...]
/frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java
331
final String
formattedName
= contentValues.getAsString(StructuredName.DISPLAY_NAME);
337
if (TextUtils.isEmpty(
formattedName
)) {
341
familyName =
formattedName
;
381
if (TextUtils.isEmpty(
formattedName
)) {
393
final String escapedFormatted = escapeCharacters(
formattedName
);
448
final String
formattedName
;
450
formattedName
= displayName;
452
formattedName
= VCardUtils.constructNameFromElements(
457
shouldAppendCharsetParam(
formattedName
);
460
!VCardUtils.containsOnlyNonCrLfPrintableAscii(
formattedName
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 317 milliseconds