Home
last modified time | relevance | path

Searched defs:notificationChannelId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationInfo.java462 String notificationChannelId = in.readUTF(); in readFromBackupPayload() local
573 Builder setNotificationChannelId(String notificationChannelId) { in setNotificationChannelId()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationStoreTest.java323 String notificationChannelId) { in buildConversationInfo()