Home
last modified time | relevance | path

Searched refs:getParentChannelId (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java960 public @Nullable String getParentChannelId() { in getParentChannelId() method in NotificationChannel
1363 if (getParentChannelId() != null) { in writeXml()
1364 out.attribute(null, ATT_PARENT_CHANNEL, getParentChannelId()); in writeXml()
1550 && Objects.equals(getParentChannelId(), that.getParentChannelId()) in equals()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1086 if (channel.getParentChannelId() != null) { in createNotificationChannel()
1088 r.channels.containsKey(channel.getParentChannelId()), in createNotificationChannel()
1220 && oldParent.getId().equals(channel.getParentChannelId())) { in updateChildrenConversationChannels()
1340 && parentId.equals(nc.getParentChannelId()) in findConversationChannel()
1658 NotificationChannel parent = p.channels.get(nc.getParentChannelId()); in getConversations()
1704 r.channels.get(nc.getParentChannelId()).getName()); in getConversations()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationChannelTest.java211 fromParcel.getParentChannelId().length()); in testLongStringFields()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java1202 if (!TextUtils.isEmpty(rank.getChannel().getParentChannelId())) { in onNotificationPosted()
1203 updated.setParentNotificationChannelId(rank.getChannel().getParentChannelId()); in onNotificationPosted()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java686 result.getNotificationChannel().getParentChannelId()); in testGetConversation()
769 updated.setConversationId(mNotificationChannel.getParentChannelId(), in testOnNotificationChannelModified()
1342 assertEquals(null, result.get(0).getNotificationChannel().getParentChannelId()); in testGetRecentConversations()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1469 row.getEntry().getChannel().getParentChannelId(), in testNotificationChannelModified_channelUpdated_removesOverflowBubble()
1495 row.getEntry().getChannel().getParentChannelId(), in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java429 assertEquals(expected.getParentChannelId(), actual.getParentChannelId()); in compareChannels()
449 assertEquals(parent.getId(), actual.getParentChannelId()); in compareChannelsParentChild()
DNotificationManagerServiceTest.java11155 assertEquals(original.getId(), friendChannel.getParentChannelId());
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6946 method @Nullable public String getParentChannelId();