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

/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
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DClockContract.java76 public static final String LABEL = "label"; field in interface:ClockContract.AlarmSettingColumns
/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java258 Phone.LABEL, // 6
269 private static final int LABEL = 6; field in class:PhoneNumberInteraction
410 item.label = cursor.getString(LABEL);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java790 .add(Phone.LABEL)
866 .add(PhoneLookup.LABEL, "NULL")
928 .add(PhoneLookup.LABEL, Phone.LABEL)
6755 public static final String LABEL = "label"; field in class:ContactsProvider2.AddressBookIndexQuery
6759 NAME, BUCKET, LABEL, COUNT
6767 public static final String GROUP_BY = BUCKET + ", " + LABEL;
6815 projectionMap.put(AddressBookIndexQuery.LABEL,
6816 labelKey + " AS " + AddressBookIndexQuery.LABEL);

Completed in 150 milliseconds