Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e087b27 authored by Darrell Shi's avatar Darrell Shi Committed by Android (Google) Code Review
Browse files

Merge "Move ComplicationProviderTest under appwidgets."

parents 16d4a0c7 1d0bb04d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
/*
 * Copyright (C) 2021 The Android Open Source Project
 * Copyright (C) 2022 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.systemui.dreams;
package com.android.systemui.dreams.appwidgets;

import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.isNull;
@@ -33,8 +33,8 @@ import androidx.test.filters.SmallTest;

import com.android.systemui.SysuiTestCase;
import com.android.systemui.SysuiTestableContext;
import com.android.systemui.dreams.appwidgets.AppWidgetProvider;
import com.android.systemui.dreams.appwidgets.ComplicationProvider;
import com.android.systemui.dreams.ComplicationHost;
import com.android.systemui.dreams.ComplicationHostView;
import com.android.systemui.plugins.ActivityStarter;
import com.android.systemui.utils.leaks.LeakCheckedTest;