Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java115 private String mSubscriptionName; field in ParticipantData
141 pd.mSubscriptionName = cursor.getString(ParticipantsQuery.INDEX_SUBSCRIPTION_NAME); in getFromCursor()
194 pd.mSubscriptionName = null; in getFromRecipientEntry()
215 pd.mSubscriptionName = null; in getFromRawPhone()
281 pd.mSubscriptionName = null; in getSelfParticipant()
382 mSubscriptionName = ""; in updateSubscriptionInfoForSelfIfChanged()
389 if (mSlotId != slotId || mSubscriptionColor != color || mSubscriptionName != name) { in updateSubscriptionInfoForSelfIfChanged()
392 mSubscriptionName = name.toString(); in updateSubscriptionInfoForSelfIfChanged()
464 return mSubscriptionName; in getSubscriptionName()
511 values.put(ParticipantColumns.SUBSCRIPTION_NAME, mSubscriptionName); in toContentValues()
[all …]