Add small amount of unit testing for MessageContentProcessor.

This commit is contained in:
Alex Hart
2022-11-03 17:03:10 -03:00
committed by Cody Henthorne
parent d1df069669
commit 16cbc971a5
6 changed files with 272 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ public final class FeatureFlags {
private static final String RETRY_RECEIPTS = "android.retryReceipts";
private static final String MAX_GROUP_CALL_RING_SIZE = "global.calling.maxGroupCallRingSize";
private static final String GROUP_CALL_RINGING = "android.calling.groupCallRinging";
private static final String STORIES = "android.stories.7";
static final String STORIES = "android.stories.7";
private static final String STORIES_TEXT_FUNCTIONS = "android.stories.text.functions";
private static final String HARDWARE_AEC_BLOCKLIST_MODELS = "android.calling.hardwareAecBlockList";
private static final String SOFTWARE_AEC_BLOCKLIST_MODELS = "android.calling.softwareAecBlockList";