Searched defs:NAME (Results 1 - 16 of 16) sorted by last modified time

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java87 NAME, enum constant in enum:VCardEntry.EntryLabel
259 return EntryLabel.NAME;
1081 builder.withValue(Nickname.NAME, mNickname);
2068 // This means the other properties like "X-PHONETIC-FIRST-NAME" was already found.
2474 // FullName (created via "FN" or "NAME" field) is prefered.
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java125 public static final int NAME = 0; field in class:BaseRecipientAdapter.EmailQuery
608 return new TemporaryEntry(cursor.getString(EmailQuery.NAME),
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java119 public static final int NAME = 0; field in class:BaseEmailAddressAdapter.EmailQuery
332 String displayName = cursor.getString(EmailQuery.NAME);
542 String displayName = cursor.getString(EmailQuery.NAME);
594 String displayName = cursor.getString(EmailQuery.NAME);
/frameworks/base/obex/javax/obex/
H A DHeaderSet.java58 * The value of <code>NAME</code> is 0x01 (1).
60 public static final int NAME = 0x01; field in class:HeaderSet
268 case NAME:
449 case NAME:
510 out.write(NAME);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DVoiceMailConstants.java44 static final int NAME = 0; field in class:VoiceMailConstants
60 return data[NAME];
103 data[NAME] = parser.getAttributeValue(null, "carrier");
/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkPropertiesTest.java33 private static String NAME = "qmi0"; field in class:LinkPropertiesTest
49 source.setInterfaceName(NAME);
65 target.setInterfaceName(NAME);
92 target.setInterfaceName(NAME);
105 target.setInterfaceName(NAME);
118 target.setInterfaceName(NAME);
140 source.setInterfaceName(NAME);
155 target.setInterfaceName(NAME);
/frameworks/base/cmds/servicemanager/
H A Dbinder.c59 #define NAME(n) case n: return #n macro
63 NAME(BR_NOOP);
64 NAME(BR_TRANSACTION_COMPLETE);
65 NAME(BR_INCREFS);
66 NAME(BR_ACQUIRE);
67 NAME(BR_RELEASE);
68 NAME(BR_DECREFS);
69 NAME(BR_TRANSACTION);
70 NAME(BR_REPLY);
71 NAME(BR_FAILED_REPL
[all...]
/frameworks/base/core/java/android/provider/
H A DApplications.java123 public static final String NAME = "name"; field in interface:Applications.ApplicationColumns
H A DCalendarContract.java495 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Calendars.NAME);
555 * <li>{@link #NAME}</li>
593 * <li>{@link #NAME}</li>
651 public static final String NAME = "name"; field in class:CalendarContract.Calendars
1221 ExtendedProperties.NAME,
1376 extendedValues.put(ExtendedProperties.NAME,
2383 public static final String NAME = "name"; field in interface:CalendarContract.ExtendedPropertiesColumns
2399 * <li>{@link #NAME}</li>
H A DContacts.java247 public static final String NAME = "name"; field in interface:Contacts.PeopleColumns
412 public static final String DEFAULT_SORT_ORDER = People.NAME + " ASC";
511 Groups.NAME + "=?", new String[] { groupName }, null);
760 public static final String NAME = "name"; field in interface:Contacts.GroupsColumns
838 public static final String DEFAULT_SORT_ORDER = NAME + " ASC";
1907 public static final String NAME = "name"; field in interface:Contacts.ExtensionsColumns
2221 public static final String NAME = ContactsContract.Intents.Insert.NAME; field in class:Contacts.Intents.Insert
H A DContactsContract.java5217 * .withValue(Nickname.NAME, "Mr. Incredible")
5237 * <td>{@link #NAME}</td>
5288 public static final String NAME = DATA; field in class:ContactsContract.CommonDataKinds.Nickname
6203 * <td>{@link #NAME}</td>
6269 public static final String NAME = DATA; field in class:ContactsContract.CommonDataKinds.Relation
7984 public static final String NAME = "name"; field in class:ContactsContract.Intents.Insert
H A DLiveFolders.java126 * <tr><th>{@link #NAME}</th>
183 public static final String NAME = "name"; field in class:LiveFolders
258 public static final String EXTRA_LIVE_FOLDER_NAME = "android.intent.extra.livefolder.NAME";
H A DMediaStore.java1309 public static final String NAME = "name"; field in interface:MediaStore.Audio.GenresColumns
1367 public static final String DEFAULT_SORT_ORDER = NAME;
1412 public static final String NAME = "name"; field in interface:MediaStore.Audio.PlaylistsColumns
1479 public static final String DEFAULT_SORT_ORDER = NAME;
H A DSettings.java629 public static final String NAME = "name"; field in class:Settings.NameValueTable
637 values.put(NAME, name);
H A DTelephony.java1511 public static final String NAME = "name"; field in class:Telephony.Mms.Part
1729 public static final String NAME = "name"; field in class:Telephony.Carriers
/frameworks/base/core/java/android/util/
H A DJsonToken.java53 NAME, enum constant in enum:JsonToken

Completed in 302 milliseconds