Home
last modified time | relevance | path

Searched refs:parentChannel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java290 NotificationChannel parentChannel = in getConversationChannel() local
294 if (parentChannel != null) { in getConversationChannel()
297 uid, parentChannel.getId()); in getConversationChannel()
299 return new ConversationChannel(shortcutInfo, uid, parentChannel, in getConversationChannel()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl111 …ficationChannelForPackage(String pkg, int uid, in NotificationChannel parentChannel, String conver… in createConversationNotificationChannelForPackage() argument
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java11214 NotificationChannel parentChannel = parcelAndUnparcel(originalChannel,
11216 assertEquals(originalChannel, parentChannel);
11218 new ParceledListSlice(Arrays.asList(parentChannel)));
11222 mPkg, mUid, parentChannel, VALID_CONVO_SHORTCUT_ID);
11257 NotificationChannel parentChannel = parcelAndUnparcel(originalChannel,
11259 assertEquals(originalChannel, parentChannel);
11261 new ParceledListSlice(Arrays.asList(parentChannel)));
11262 parentChannel.setDeleted(true);
11283 assertThat(parentChannel.isDeleted()).isTrue();
11295 NotificationChannel parentChannel = parcelAndUnparcel(originalChannel,
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4206 NotificationChannel parentChannel, String conversationId) {
4208 checkNotNull(parentChannel);
4210 String parentId = parentChannel.getId();
4211 NotificationChannel conversationChannel = parentChannel;