Searched refs:parentNotificationChannelId (Results 1 – 1 of 1) sorted by relevance
472 String parentNotificationChannelId = in.readUTF(); in readFromBackupPayload() local473 if (!TextUtils.isEmpty(parentNotificationChannelId)) { in readFromBackupPayload()474 builder.setParentNotificationChannelId(parentNotificationChannelId); in readFromBackupPayload()578 Builder setParentNotificationChannelId(String parentNotificationChannelId) { in setParentNotificationChannelId() argument579 mParentNotificationChannelId = parentNotificationChannelId; in setParentNotificationChannelId()