Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java375 String notificationChannelId = in.readUTF(); in readFromBackupPayload() local
376 if (!TextUtils.isEmpty(notificationChannelId)) { in readFromBackupPayload()
377 builder.setNotificationChannelId(notificationChannelId); in readFromBackupPayload()
454 Builder setNotificationChannelId(String notificationChannelId) { in setNotificationChannelId() argument
455 mNotificationChannelId = notificationChannelId; in setNotificationChannelId()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationStoreTest.java323 String notificationChannelId) { in buildConversationInfo() argument
329 .setNotificationChannelId(notificationChannelId) in buildConversationInfo()