Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationHistory.java164 public Builder setChannelName(String channelName) { in setChannelName() method in NotificationHistory.HistoricalNotification.Builder
522 notificationOut.setChannelName(mStringPool[channelNameIndex]); in readNotificationFromParcel()
524 notificationOut.setChannelName(null); in readNotificationFromParcel()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java57 .setChannelName(expectedChannelName) in getHistoricalNotification()
DNotificationHistoryProtoHelperTest.java68 .setChannelName(expectedChannelName) in getHistoricalNotification()
DNotificationHistoryDatabaseTest.java80 .setChannelName(expectedChannelName) in getHistoricalNotification()
DNotificationHistoryManagerTest.java79 .setChannelName(expectedChannelName) in getHistoricalNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java109 notification.setChannelName(channelName); in readNotification()
113 notification.setChannelName(stringPool.get(parser.readInt( in readNotification()
DNotificationManagerService.java3369 .setChannelName(r.getChannel().getName().toString())
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java68 .setChannelName(expectedChannelName) in getHistoricalNotification()
96 .setChannelName(expectedChannelName) in testHistoricalNotificationBuilder()