Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java88 public static final int INDEX_SUBSCRIPTION_COLOR = 12; field in ParticipantData.ParticipantsQuery
140 pd.mSubscriptionColor = cursor.getInt(ParticipantsQuery.INDEX_SUBSCRIPTION_COLOR); in getFromCursor()