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

/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DTimerDAO.java62 private static final String LABEL = "timer_label_"; field in class:TimerDAO
92 final String label = prefs.getString(LABEL + id, null);
124 editor.putString(LABEL + id, timer.getLabel());
149 editor.putString(LABEL + id, timer.getLabel());
180 editor.remove(LABEL + id);
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DPhoneQuery.java33 public static final int LABEL = 3; field in class:PhoneQuery
62 PhoneLookup.LABEL,
78 PhoneLookup.LABEL,
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DClockContract.java77 String LABEL = "label"; field in interface:ClockContract.AlarmSettingColumns
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java1187 LABEL(6, "LABEL"), enum constant in enum:BluetoothPbapVcardManager.PropertySelector.PropertyMask
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java854 .add(Phone.LABEL)
932 .add(PhoneLookup.LABEL, "NULL")
1005 .add(PhoneLookup.LABEL, Phone.LABEL)
7672 public static final String LABEL = "label"; field in class:ContactsProvider2.AddressBookIndexQuery
7676 NAME, BUCKET, LABEL, COUNT
7684 public static final String GROUP_BY = BUCKET + ", " + LABEL;
7732 projectionMap.put(AddressBookIndexQuery.LABEL,
7733 labelKey + " AS " + AddressBookIndexQuery.LABEL);

Completed in 334 milliseconds