Home
last modified time | relevance | path

Searched defs: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
578 Builder setParentNotificationChannelId(String parentNotificationChannelId) { in setParentNotificationChannelId()