Searched refs:LABEL (Results 1 - 25 of 45) sorted by relevance

12

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DPhoneQuery.java29 PhoneLookup.LABEL,
39 public static final int LABEL = 3; field in class:PhoneQuery
H A DContactInfoHelper.java121 info.label = phonesCursor.getString(PhoneQuery.LABEL);
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DEventDataItem.java45 return getContentValues().getAsString(Event.LABEL);
H A DNicknameDataItem.java45 return getContentValues().getAsString(Nickname.LABEL);
H A DRelationDataItem.java45 return getContentValues().getAsString(Relation.LABEL);
H A DSipAddressDataItem.java45 return getContentValues().getAsString(SipAddress.LABEL);
H A DWebsiteDataItem.java45 return getContentValues().getAsString(Website.LABEL);
H A DEmailDataItem.java53 return getContentValues().getAsString(Email.LABEL);
H A DOrganizationDataItem.java45 return getContentValues().getAsString(Organization.LABEL);
H A DStructuredPostalDataItem.java45 return getContentValues().getAsString(StructuredPostal.LABEL);
H A DImDataItem.java64 return getContentValues().getAsString(Im.LABEL);
H A DPhoneDataItem.java62 return getContentValues().getAsString(Phone.LABEL);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForIm.java32 super(context, dbHelper, aggregator, Im.CONTENT_ITEM_TYPE, Im.TYPE, Im.LABEL);
H A DLegacyApiSupport.java387 sPeopleProjectionMap.put(People.LABEL, People.LABEL);
414 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.LABEL,
415 android.provider.Contacts.Organizations.LABEL);
426 sContactMethodProjectionMap.put(ContactMethods.LABEL, ContactMethods.LABEL);
440 sPhoneProjectionMap.put(android.provider.Contacts.Phones.LABEL,
441 android.provider.Contacts.Phones.LABEL);
591 "phone." + Phone.LABEL
592 + " AS " + People.LABEL
[all...]
H A DDataRowHandlerForEmail.java34 super(context, dbHelper, aggregator, Email.CONTENT_ITEM_TYPE, Email.TYPE, Email.LABEL);
H A DDataRowHandlerForNickname.java36 Nickname.LABEL);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPostalAddressListAdapter.java43 StructuredPostal.LABEL, // 2
52 StructuredPostal.LABEL, // 2
H A DLegacyPhoneNumberListAdapter.java41 Phones.LABEL, // 2
H A DLegacyPostalAddressListAdapter.java41 ContactMethods.LABEL, // 2
H A DEmailAddressListAdapter.java44 Email.LABEL, // 2
53 Email.LABEL, // 2
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactTileLoaderFactory.java68 Phone.LABEL // ............................................7
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DGoogleAccountType.java91 .setCustomColumn(Phone.LABEL));
109 Email.LABEL));
140 .setCustomColumn(Relation.LABEL));
166 .setCustomColumn(Event.LABEL));
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DContactsUtils.java61 colLabel = cursor.getColumnIndex(Phone.LABEL);
64 colLabel = cursor.getColumnIndex(Email.LABEL);
67 colLabel = cursor.getColumnIndex(StructuredPostal.LABEL);
70 colLabel = cursor.getColumnIndex(Organization.LABEL);
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceContact.java120 // TODO: handle type != 0,1,2, and use LABEL
121 Phone.LABEL,
138 final int labelColumn = cursor.getColumnIndexOrThrow(Phone.LABEL);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java331 values.put(Organizations.LABEL, "Club");
345 Organizations.LABEL);
364 values.put(Organizations.LABEL, "Club");
374 values.put(Organizations.LABEL, "Society");
392 values.put(Phones.LABEL, "Directory");
416 values.put(People.LABEL, "Directory");
423 Phones.TYPE_CUSTOM, Phones.TYPE_OTHER, Phones.LABEL);
434 values.put(Phones.LABEL, "Directory");
443 values.putNull(Phones.LABEL);
464 values.put(Phones.LABEL, "Director
[all...]

Completed in 307 milliseconds

12