Searched defs:NAME (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/provider/
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 DApplications.java123 public static final String NAME = "name"; field in interface:Applications.ApplicationColumns
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 DMediaStore.java1396 public static final String NAME = "name"; field in interface:MediaStore.Audio.GenresColumns
1454 public static final String DEFAULT_SORT_ORDER = NAME;
1499 public static final String NAME = "name"; field in interface:MediaStore.Audio.PlaylistsColumns
1566 public static final String DEFAULT_SORT_ORDER = NAME;
H A DCalendarContract.java540 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Calendars.NAME);
600 * <li>{@link #NAME}</li>
638 * <li>{@link #NAME}</li>
696 public static final String NAME = "name"; field in class:CalendarContract.Calendars
1330 ExtendedProperties.NAME,
1493 extendedValues.put(ExtendedProperties.NAME,
2504 public static final String NAME = "name"; field in interface:CalendarContract.ExtendedPropertiesColumns
2520 * <li>{@link #NAME}</li>
H A DContactsContract.java5254 * .withValue(Nickname.NAME, "Mr. Incredible")
5274 * <td>{@link #NAME}</td>
5325 public static final String NAME = DATA; field in class:ContactsContract.CommonDataKinds.Nickname
6255 * <td>{@link #NAME}</td>
6321 public static final String NAME = DATA; field in class:ContactsContract.CommonDataKinds.Relation
8124 public static final String NAME = "name"; field in class:ContactsContract.Intents.Insert
H A DSettings.java692 public static final String NAME = "name"; field in class:Settings.NameValueTable
700 values.put(NAME, name);
/frameworks/base/core/java/android/util/
H A DJsonToken.java53 NAME, enum constant in enum:JsonToken
/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/keystore/java/android/security/
H A DAndroidKeyPairGenerator.java54 public static final String NAME = "AndroidKeyPairGenerator"; field in class:AndroidKeyPairGenerator
H A DAndroidKeyStore.java70 public static final String NAME = "AndroidKeyStore"; field in class:AndroidKeyStore
149 Log.w(NAME, "Couldn't parse certificate in keystore", e);
161 Log.w(NAME, "Couldn't parse certificates in keystore", e);
387 Log.e(NAME, "invalid alias: " + alias);
/frameworks/ex/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java35 public static final String NAME = OpenableColumns.DISPLAY_NAME; field in interface:PhotoContract.PhotoViewColumns
58 PhotoViewColumns.NAME,
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java35 public static final String NAME = OpenableColumns.DISPLAY_NAME; field in interface:PhotoContract.PhotoViewColumns
63 PhotoViewColumns.NAME,
/frameworks/opt/telephony/src/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/ex/chips/src/com/android/ex/chips/
H A DQueries.java71 public static final int NAME = 0; // String field in class:Queries.Query
/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/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/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/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/opt/telephony/src/java/android/provider/
H A DTelephony.java1537 public static final String NAME = "name"; field in class:Telephony.Mms.Part
1755 public static final String NAME = "name"; field in class:Telephony.Carriers

Completed in 432 milliseconds