Home
last modified time | relevance | path

Searched refs:COLOR (Results 1 – 11 of 11) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DUIProvider.java201 .put(AccountColumns.COLOR, Integer.class)
523 public static final String COLOR = "color"; field in UIProvider.AccountColumns
1099 ConversationColumns.COLOR,
1299 public static final String COLOR = "color"; field in UIProvider.ConversationColumns
DAccount.java288 json.put(AccountColumns.COLOR, color); in serialize()
417 color = json.optInt(AccountColumns.COLOR, 0); in Account()
493 color = cursor.getInt(cursor.getColumnIndex(UIProvider.AccountColumns.COLOR)); in Account()
956 map.put(AccountColumns.COLOR, color); in getValueMap()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java205 + " SET calendar_color=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE "
219 + " SET eventColor=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE "
756 CalendarContract.Colors.COLOR + " INTEGER NOT NULL" + in createColorsTable()
1563 + " SET calendar_color=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS in upgradeToVersion400()
1576 + " SET eventColor=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE " in upgradeToVersion400()
DCalendarProvider2.java123 Colors.COLOR,
2276 if (!values.containsKey(Colors.COLOR_TYPE) || !values.containsKey(Colors.COLOR)) { in insertInTransaction()
3692 if (values.containsKey(Colors.COLOR)) { in handleUpdateColors()
3955 if (values.getAsInteger(Colors.COLOR) != null) { in updateInTransaction()
4697 sColorsProjectionMap.put(Colors.COLOR, Colors.COLOR); in sColorsProjectionMap.put() argument
/packages/apps/Calendar/src/com/android/calendar/
DCalendarColorPickerDialog.java59 Colors.COLOR,
DEventInfoFragment.java294 Colors.COLOR, // 1
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1092 m.put(Colors.COLOR, color); in insertColor()
1111 cv.put(Colors.COLOR, color); in updateAndCheckColor()
1437 Colors.COLOR, // 4 in checkColor()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockUiProvider.java354 accountMap.put(AccountColumns.COLOR, 0); in createAccountDetailsMap()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java198 … + SubscriptionManager.COLOR + " INTEGER DEFAULT " + SubscriptionManager.COLOR_DEFAULT + "," in createSimInfoTable()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java210 Colors.COLOR, // 1
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java3199 values.put(UIProvider.ConversationColumns.COLOR, CONVERSATION_COLOR); in getVirtualMailboxMessagesCursor()
3549 if (projectionColumns.contains(UIProvider.AccountColumns.COLOR)) { in genQueryAccount()
3550 values.put(UIProvider.AccountColumns.COLOR, ACCOUNT_COLOR); in genQueryAccount()