Searched refs:mParentNotificationChannelId (Results 1 – 1 of 1) sorted by relevance
99 private String mParentNotificationChannelId; field in ConversationInfo117 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.Builder503 mParentNotificationChannelId = conversationInfo.mParentNotificationChannelId; in Builder()[all …]