Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationInfo.java99 private String mParentNotificationChannelId; field in ConversationInfo
117 mParentNotificationChannelId = builder.mParentNotificationChannelId; in ConversationInfo()
162 return mParentNotificationChannelId; in getParentNotificationChannelId()
242 && Objects.equals(mParentNotificationChannelId, other.mParentNotificationChannelId) in equals()
265 sb.append(", parentNotificationChannelId=").append(mParentNotificationChannelId); in toString()
327 if (mParentNotificationChannelId != null) { in writeToProto()
329 mParentNotificationChannelId); in writeToProto()
353 out.writeUTF(mParentNotificationChannelId != null ? mParentNotificationChannelId : ""); in getBackupPayload()
478 private String mParentNotificationChannelId; field in ConversationInfo.Builder
503 mParentNotificationChannelId = conversationInfo.mParentNotificationChannelId; in Builder()
[all …]