Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java106 private String mParentNotificationChannelId; field in ConversationInfo
126 mParentNotificationChannelId = builder.mParentNotificationChannelId; in ConversationInfo()
172 return mParentNotificationChannelId; in getParentNotificationChannelId()
259 && Objects.equals(mParentNotificationChannelId, other.mParentNotificationChannelId) in equals()
270 mNotificationChannelId, mParentNotificationChannelId, mLastEventTimestamp, in hashCode()
283 sb.append(", parentNotificationChannelId=").append(mParentNotificationChannelId); in toString()
346 if (mParentNotificationChannelId != null) { in writeToProto()
348 mParentNotificationChannelId); in writeToProto()
373 out.writeUTF(mParentNotificationChannelId != null ? mParentNotificationChannelId : ""); in getBackupPayload()
518 private String mParentNotificationChannelId; field in ConversationInfo.Builder
[all …]