Searched refs:mSubscriptionColor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java114 private int mSubscriptionColor; field in class:ParticipantData
140 pd.mSubscriptionColor = cursor.getInt(ParticipantsQuery.INDEX_SUBSCRIPTION_COLOR);
193 pd.mSubscriptionColor = Color.TRANSPARENT;
214 pd.mSubscriptionColor = Color.TRANSPARENT;
280 pd.mSubscriptionColor = Color.TRANSPARENT;
381 mSubscriptionColor = Color.TRANSPARENT;
389 if (mSlotId != slotId || mSubscriptionColor != color || mSubscriptionName != name) {
391 mSubscriptionColor = color;
459 return mSubscriptionColor | 0xff000000;
510 values.put(ParticipantColumns.SUBSCRIPTION_COLOR, mSubscriptionColor);
[all...]

Completed in 1354 milliseconds