OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:formattedName
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java
77
* @param
formattedName
Formatted name
82
public vCard(String name, String
formattedName
, String[] phoneNumbers,
87
this.mFormattedName =
formattedName
!= null ?
formattedName
: "";
113
* @param
formattedName
Formatted name
119
public vCard(String name, String
formattedName
,
126
this.mFormattedName = (
formattedName
!= null) ?
formattedName
: "";
246
String
formattedName
= null;
267
formattedName
= parts[1]
[
all
...]
/frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java
297
final String
formattedName
= contentValues.getAsString(StructuredName.DISPLAY_NAME);
303
if (TextUtils.isEmpty(
formattedName
)) {
307
familyName =
formattedName
;
347
if (TextUtils.isEmpty(
formattedName
)) {
359
final String escapedFormatted = escapeCharacters(
formattedName
);
414
final String
formattedName
;
416
formattedName
= displayName;
418
formattedName
= VCardUtils.constructNameFromElements(
423
shouldAppendCharsetParam(
formattedName
);
426
!VCardUtils.containsOnlyNonCrLfPrintableAscii(
formattedName
);
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-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
org.eclipse.ui.workbench_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
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 3078 milliseconds