Home
last modified time | relevance | path

Searched refs:PARENT_NOTIFICATION_CHANNEL_ID (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationInfoTest.java48 private static final String PARENT_NOTIFICATION_CHANNEL_ID = "test"; field in ConversationInfoTest
61 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuild()
82 assertEquals(PARENT_NOTIFICATION_CHANNEL_ID, in testBuild()
137 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuildFromAnotherConversationInfo()
161 assertEquals(PARENT_NOTIFICATION_CHANNEL_ID, destination.getParentNotificationChannelId()); in testBuildFromAnotherConversationInfo()
186 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuildFromAnotherConversation_identicalConversation()
207 assertEquals(PARENT_NOTIFICATION_CHANNEL_ID, destination.getParentNotificationChannelId()); in testBuildFromAnotherConversation_identicalConversation()
235 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuildFromBackupPayload()
260 assertEquals(PARENT_NOTIFICATION_CHANNEL_ID, in testBuildFromBackupPayload()
287 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuildFromProtoPayload()
[all …]
H A DDataManagerTest.java135 private static final String PARENT_NOTIFICATION_CHANNEL_ID = "test"; field in DataManagerTest
209 PARENT_NOTIFICATION_CHANNEL_ID, "test channel", in setUp()
255 mNotificationChannel.setConversationId(PARENT_NOTIFICATION_CHANNEL_ID, TEST_SHORTCUT_ID); in setUp()
1735 when(mNotification.getChannelId()).thenReturn(PARENT_NOTIFICATION_CHANNEL_ID); in sendGenericNotificationWithKey()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationInfo.java347 protoOutputStream.write(ConversationInfoProto.PARENT_NOTIFICATION_CHANNEL_ID, in writeToProto()
416 case (int) ConversationInfoProto.PARENT_NOTIFICATION_CHANNEL_ID: in readFromProto()
418 ConversationInfoProto.PARENT_NOTIFICATION_CHANNEL_ID)); in readFromProto()