Home
last modified time | relevance | path

Searched defs:channelName (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryProtoHelper.java108 String channelName = parser.readString(Notification.CHANNEL_NAME); in readNotification() local
H A DPreferencesHelper.java397 String channelName = parser.getAttributeValue(null, ATT_NAME); in restoreChannel() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricNotificationUtils.java170 String channelName, String notificationTag, int visibility) { in showNotificationHelper()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationHistory.java164 public Builder setChannelName(String channelName) { in setChannelName()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java313 final TextView channelName = findViewById(R.id.parent_channel_name); in bindConversationDetails() local