Searched defs:NAME (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/native/cmds/servicemanager/
H A Dbinder.c61 #define NAME(n) case n: return #n macro
65 NAME(BR_NOOP);
66 NAME(BR_TRANSACTION_COMPLETE);
67 NAME(BR_INCREFS);
68 NAME(BR_ACQUIRE);
69 NAME(BR_RELEASE);
70 NAME(BR_DECREFS);
71 NAME(BR_TRANSACTION);
72 NAME(BR_REPLY);
73 NAME(BR_FAILED_REPL
[all...]
/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/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DCivicLocationElement.java108 public static final int NAME = 23; field in class:CivicLocationElement
179 s_caTypes.put(NAME, CAType.Name);
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java123 private static final String NAME = "BUG, Y U NO REPORT?"; field in class:BugreportReceiverTest
185 assertProgressNotification(NAME, 0f);
188 assertProgressNotification(NAME, 10.80f);
190 assertProgressNotification(NAME, 50.00f);
193 assertProgressNotification(NAME, 95.00f);
198 assertProgressNotification(NAME, 95.00f);
201 assertProgressNotification(NAME, 95.00f);
205 assertProgressNotification(NAME, 95.10f);
208 assertProgressNotification(NAME, 98.00f);
212 assertProgressNotification(NAME, 99.0
[all...]
/frameworks/base/core/java/android/provider/
H A DContacts.java246 public static final String NAME = "name"; field in interface:Contacts.PeopleColumns
411 public static final String DEFAULT_SORT_ORDER = People.NAME + " ASC";
510 Groups.NAME + "=?", new String[] { groupName }, null);
759 public static final String NAME = "name"; field in interface:Contacts.GroupsColumns
837 public static final String DEFAULT_SORT_ORDER = NAME + " ASC";
1906 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 DMediaStore.java1506 public static final String NAME = "name"; field in interface:MediaStore.Audio.GenresColumns
1564 public static final String DEFAULT_SORT_ORDER = NAME;
1609 public static final String NAME = "name"; field in interface:MediaStore.Audio.PlaylistsColumns
1683 public static final String DEFAULT_SORT_ORDER = NAME;
H A DCalendarContract.java545 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Calendars.NAME);
607 * <li>{@link #NAME}</li>
645 * <li>{@link #NAME}</li>
704 public static final String NAME = "name"; field in class:CalendarContract.Calendars
1339 ExtendedProperties.NAME,
1505 extendedValues.put(ExtendedProperties.NAME,
2518 public static final String NAME = "name"; field in interface:CalendarContract.ExtendedPropertiesColumns
2534 * <li>{@link #NAME}</li>
H A DContactsContract.java5806 * .withValue(Nickname.NAME, "Mr. Incredible")
5826 * <td>{@link #NAME}</td>
5878 public static final String NAME = DATA; field in class:ContactsContract.CommonDataKinds.Nickname
6892 * <td>{@link #NAME}</td>
6959 public static final String NAME = DATA; field in class:ContactsContract.CommonDataKinds.Relation
9069 public static final String NAME = "name"; field in class:ContactsContract.Intents.Insert
H A DSettings.java1475 public static final String NAME = "name"; field in class:Settings.NameValueTable
1483 values.put(NAME, name);
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java2210 public static final String NAME = "name"; field in class:Telephony.Mms.Part
2549 public static final String NAME = "name"; field in class:Telephony.Carriers
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java88 NAME, enum constant in enum:VCardEntry.EntryLabel
260 return EntryLabel.NAME;
1082 builder.withValue(Nickname.NAME, mNickname);
2070 // This means the other properties like "X-PHONETIC-FIRST-NAME" was already found.
2482 // FullName (created via "FN" or "NAME" field) is prefered.
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 432 milliseconds

12