Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannel.java802 public @Nullable String getParentChannelId() { in getParentChannelId() method in NotificationChannel
1107 if (getParentChannelId() != null) { in writeXml()
1108 out.attribute(null, ATT_PARENT_CHANNEL, getParentChannelId()); in writeXml()
1267 && Objects.equals(getParentChannelId(), that.getParentChannelId()) in equals()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DAppConversationListPreferenceController.java174 conversation.getNotificationChannel().getParentChannelId()); in populateConversationPreference()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java960 if (channel.getParentChannelId() != null) { in createNotificationChannel()
961 Preconditions.checkArgument(r.channels.containsKey(channel.getParentChannelId()), in createNotificationChannel()
1102 && parentId.equals(nc.getParentChannelId()) in findConversationChannel()
1431 NotificationChannel parent = p.channels.get(nc.getParentChannelId()); in getConversations()
1477 r.channels.get(nc.getParentChannelId()).getName()); in getConversations()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java681 result.getNotificationChannel().getParentChannelId()); in testGetConversation()
707 updated.setConversationId(mNotificationChannel.getParentChannelId(), in testOnNotificationChannelModified()
1210 assertEquals(null, result.get(0).getNotificationChannel().getParentChannelId()); in testGetRecentConversations()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java1170 if (!TextUtils.isEmpty(rank.getChannel().getParentChannelId())) { in onNotificationPosted()
1171 updated.setParentNotificationChannelId(rank.getChannel().getParentChannelId()); in onNotificationPosted()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java326 assertEquals(expected.getParentChannelId(), actual.getParentChannelId()); in compareChannels()
345 assertEquals(parent.getId(), actual.getParentChannelId()); in compareChannelsParentChild()
H A DNotificationManagerServiceTest.java7625 assertEquals(original.getId(), friendChannel.getParentChannelId()); in createConversationNotificationChannel()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt6173 method @Nullable public String getParentChannelId();