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

Commit 1d0bb04d authored by Darrell Shi's avatar Darrell Shi
Browse files

Move ComplicationProviderTest under appwidgets.

Test: atest
com.android.systemui.dreams.appwidgets.ComplicationProviderTest

Change-Id: I0233e583b1f7600c3cae05aa98d0073383f29fa6
parent 34f56bf7
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;