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.java121 private String mSubscriptionName; field in ParticipantData
147 pd.mSubscriptionName = cursor.getString(ParticipantsQuery.INDEX_SUBSCRIPTION_NAME); in getFromCursor()
200 pd.mSubscriptionName = null; in getFromRecipientEntry()
221 pd.mSubscriptionName = null; in getFromRawPhone()
287 pd.mSubscriptionName = null; in getSelfParticipant()
416 mSubscriptionName = ""; in updateSubscriptionInfoForSelfIfChanged()
423 if (mSlotId != slotId || mSubscriptionColor != color || mSubscriptionName != name) { in updateSubscriptionInfoForSelfIfChanged()
426 mSubscriptionName = name.toString(); in updateSubscriptionInfoForSelfIfChanged()
498 return mSubscriptionName; in getSubscriptionName()
545 values.put(ParticipantColumns.SUBSCRIPTION_NAME, mSubscriptionName); in toContentValues()
[all …]