Searched refs:PARENT_NOTIFICATION_CHANNEL_ID (Results 1 – 3 of 3) sorted by relevance
48 private static final String PARENT_NOTIFICATION_CHANNEL_ID = "test"; field in ConversationInfoTest61 .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 …]
135 private static final String PARENT_NOTIFICATION_CHANNEL_ID = "test"; field in DataManagerTest209 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()
347 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()