Merge "Deprecated Wifi panel and relevant objects" into main

This commit is contained in:
Mill Chen
2024-05-08 01:28:15 +00:00
committed by Android (Google) Code Review
8 changed files with 18 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ import org.robolectric.RobolectricTestRunner;
import java.util.Arrays;
@Deprecated(forRemoval = true)
@RunWith(RobolectricTestRunner.class)
public class WifiScanWorkerTest {

View File

@@ -72,6 +72,7 @@ import org.robolectric.shadows.ShadowBinder;
import java.util.ArrayList;
import java.util.List;
@Deprecated(forRemoval = true)
@RunWith(RobolectricTestRunner.class)
@Config(shadows = {
WifiSliceTest.ShadowSliceBackgroundWorker.class,