Skip to content
Snippets Groups Projects
Commit 8bdef1f0 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Fix `DataManagerTest` in the main branch" into main

parents 8ef48169 ffb26be3
No related branches found
No related tags found
No related merge requests found
{
"presubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.people.data"
}
]
}
]
}
\ No newline at end of file
......@@ -1786,10 +1786,10 @@ public final class DataManagerTest {
/* matchesInterruptionFilter= */ false,
/* visibilityOverride= */ 0,
/* suppressedVisualEffects= */ 0,
mParentNotificationChannel.getImportance(),
mNotificationChannel.getImportance(),
/* explanation= */ null,
/* overrideGroupKey= */ null,
mParentNotificationChannel,
mNotificationChannel,
/* overridePeople= */ null,
/* snoozeCriteria= */ null,
/* showBadge= */ true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment