/frameworks/base/core/java/android/app/ |
D | NotificationHistory.java | 68 public String getChannelId() { in getChannelId() method in NotificationHistory.HistoricalNotification 133 Objects.equals(getChannelId(), that.getChannelId()) && in equals() 142 return Objects.hash(getPackage(), getChannelName(), getChannelId(), getUid(), in hashCode() 317 mStringsToWrite.add(notification.getChannelId()); in poolStringsFromNotifications() 459 if (notification.getChannelId() != null) { in writeNotificationToParcel() 460 channelIdIndex = findStringIndex(notification.getChannelId()); in writeNotificationToParcel()
|
D | Notification.java | 3050 proto.write(NotificationProto.CHANNEL_ID, getChannelId()); in dumpDebug() 3073 sb.append(getChannelId()); in toString() 3208 public String getChannelId() { in getChannelId() method in Notification 10779 public String getChannelId() { in getChannelId() method in Notification.Builder.TvExtender
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationHistoryTest.java | 100 assertThat(n.getChannelId()).isEqualTo(expectedChannelId); in testHistoricalNotificationBuilder() 164 expectedStrings.add(n.getChannelId()); in testPoolStringsFromNotifications() 194 expectedStrings.add(n.getChannelId()); in testAddPooledStrings() 229 postRemoveExpectedStrings.add(n.getChannelId()); in testRemoveNotificationsFromWrite() 266 postRemoveExpectedStrings.add(n.getChannelId()); in testRemoveNotificationFromWrite() 303 postRemoveExpectedStrings.add(n.getChannelId()); in testRemoveConversationNotificationFromWrite()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationHistoryProtoHelperTest.java | 147 expectedStrings.add(n.getChannelId()); in testReadNotificationsWithPkgFilter() 189 expectedStrings.add(n.getChannelId()); in testReadNotificationsWithNumberFilter() 241 expectedStrings.add(n.getChannelId()); in testReadNotificationsWithNumberFilter_preExistingNotifs() 281 expectedStrings.add(n.getChannelId()); in testReadMergeIntoExistingHistory() 299 expectedStrings.add(n.getChannelId()); in testReadMergeIntoExistingHistory()
|
D | NotificationRecordTest.java | 781 when(n.getChannelId()).thenReturn(channel.getId()); in testCalculateGrantableUris_PappProvided() 805 when(n.getChannelId()).thenReturn(channel.getId()); in testCalculateGrantableUris_PuserOverridden() 822 when(n.getChannelId()).thenReturn(channel.getId()); in testCalculateGrantableUris_prePappProvided()
|
D | NotificationTest.java | 82 assertEquals("different channel", new Notification.TvExtender(before).getChannelId()); in testDoesNotStripsExtenders()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 164 ? "c:" + notification.getChannelId() in groupKey() 510 if (notification.getChannelId() == null) { in getChannelIdLogTag() 513 return shortenTag(notification.getChannelId()); in getChannelIdLogTag()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryFilter.java | 63 && !getChannel().equals(notification.getChannelId())) { in matchesPackageAndChannelFilter()
|
D | NotificationHistoryProtoHelper.java | 277 final int channelIdIndex = Arrays.binarySearch(stringPool, notification.getChannelId()); in writeNotification() 281 Slog.w(TAG, "notification channel id (" + notification.getChannelId() in writeNotification() 283 proto.write(Notification.CHANNEL_ID, notification.getChannelId()); in writeNotification()
|
D | NotificationRecordLogger.java | 407 return SmallHash.hash(r.getSbn().getNotification().getChannelId()); in getChannelIdHash()
|
D | NotificationRecord.java | 1267 if (notification.getChannelId() != null) { in calculateGrantableUris()
|
D | NotificationManagerService.java | 5674 String channelId = notification.getChannelId(); 5675 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) { 5676 channelId = (new Notification.TvExtender(notification)).getChannelId();
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 388 notification.getChannelId(), in generateRow() 389 notification.getChannelId(), in generateRow()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/ |
D | PowerNotificationWarningsTest.java | 127 assertTrue(captor.getValue().getChannelId() == NotificationChannels.BATTERY); in testShowLowBatteryNotification_BatteryChannel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | Bubble.java | 386 mChannelId = entry.getSbn().getNotification().getChannelId(); in setEntry() 463 public String getChannelId() { in getChannelId() method in Bubble
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 851 localForegroundNoti.getChannelId()); in postNotification() 886 localForegroundNoti.getChannelId()) == null) { in postNotification()
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 640 method public String getChannelId();
|
/frameworks/base/api/ |
D | system-current.txt | 640 method public String getChannelId();
|
D | current.txt | 5451 method public String getChannelId();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 2695 HSPLandroid/app/Notification;->getChannelId()Ljava/lang/String;
|