Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java818 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 DNotificationChannelTest.java196 fromParcel.getParentChannelId().length()); in testLongStringFields()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1026 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 DDataManager.java1202 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 DDataManagerTest.java686 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 DBubblesTest.java1351 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 DPreferencesHelperTest.java397 assertEquals(expected.getParentChannelId(), actual.getParentChannelId()); in compareChannels()
416 assertEquals(parent.getId(), actual.getParentChannelId()); in compareChannelsParentChild()
H A DNotificationManagerServiceTest.java9872 assertEquals(original.getId(), friendChannel.getParentChannelId());
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6738 method @Nullable public String getParentChannelId();