Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java472 String parentNotificationChannelId = in.readUTF(); in readFromBackupPayload() local
473 if (!TextUtils.isEmpty(parentNotificationChannelId)) { in readFromBackupPayload()
474 builder.setParentNotificationChannelId(parentNotificationChannelId); in readFromBackupPayload()
578 Builder setParentNotificationChannelId(String parentNotificationChannelId) { in setParentNotificationChannelId() argument
579 mParentNotificationChannelId = parentNotificationChannelId; in setParentNotificationChannelId()