Searched refs:getParentChannelId (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 818 public @Nullable String getParentChannelId() { in getParentChannelId() method in NotificationChannel 1189 if (getParentChannelId() != null) { in writeXml() 1190 out.attribute(null, ATT_PARENT_CHANNEL, getParentChannelId()); in writeXml() 1348 && Objects.equals(getParentChannelId(), that.getParentChannelId()) in equals()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationChannelTest.java | 196 fromParcel.getParentChannelId().length()); in testLongStringFields()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 1026 if (channel.getParentChannelId() != null) { in createNotificationChannel() 1028 r.channels.containsKey(channel.getParentChannelId()), in createNotificationChannel() 1160 && oldParent.getId().equals(channel.getParentChannelId())) { in updateChildrenConversationChannels() 1278 && parentId.equals(nc.getParentChannelId()) in findConversationChannel() 1594 NotificationChannel parent = p.channels.get(nc.getParentChannelId()); in getConversations() 1640 r.channels.get(nc.getParentChannelId()).getName()); in getConversations()
|
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | DataManager.java | 1202 if (!TextUtils.isEmpty(rank.getChannel().getParentChannelId())) { in onNotificationPosted() 1203 updated.setParentNotificationChannelId(rank.getChannel().getParentChannelId()); in onNotificationPosted()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | DataManagerTest.java | 686 result.getNotificationChannel().getParentChannelId()); in testGetConversation() 769 updated.setConversationId(mNotificationChannel.getParentChannelId(), in testOnNotificationChannelModified() 1342 assertEquals(null, result.get(0).getNotificationChannel().getParentChannelId()); in testGetRecentConversations()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 1351 row.getEntry().getChannel().getParentChannelId(), in testNotificationChannelModified_channelUpdated_removesOverflowBubble() 1377 row.getEntry().getChannel().getParentChannelId(), in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 397 assertEquals(expected.getParentChannelId(), actual.getParentChannelId()); in compareChannels() 416 assertEquals(parent.getId(), actual.getParentChannelId()); in compareChannelsParentChild()
|
H A D | NotificationManagerServiceTest.java | 9872 assertEquals(original.getId(), friendChannel.getParentChannelId());
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6738 method @Nullable public String getParentChannelId();
|