Searched defs:LABEL (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DPhoneQuery.java29 PhoneLookup.LABEL,
39 public static final int LABEL = 3; field in class:PhoneQuery
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
H A DFieldContext.java33 static final String LABEL = "label"; field in class:FieldContext
67 bundle.putString(LABEL, safeToString(info.label));
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java686 static int LABEL = 5; field in interface:LegacyContactImporter.OrganizationsQuery
698 Organization.LABEL +
708 int LABEL = 8; field in interface:LegacyContactImporter.OrganizationInsert
735 bindString(insert, OrganizationInsert.LABEL, c.getString(OrganizationsQuery.LABEL));
751 static int LABEL = 5; field in interface:LegacyContactImporter.ContactMethodsQuery
763 Email.LABEL + "," +
773 int LABEL = 7; field in interface:LegacyContactImporter.EmailInsert
785 Im.LABEL + "," +
795 int LABEL field in interface:LegacyContactImporter.ImInsert
817 int LABEL = 7; field in interface:LegacyContactImporter.PostalInsert
909 static int LABEL = 3; field in interface:LegacyContactImporter.PhonesQuery
931 int LABEL = 7; field in interface:LegacyContactImporter.PhoneInsert
[all...]

Completed in 99 milliseconds