Clean up SettingsUnitTests unused dependencies

Bug: 290856342
Test: atest SettingsUnitTests
Change-Id: Ifcec968b3dfca965c8cd5b897bbdf84dfe220fd5
This commit is contained in:
Chaohui Wang
2023-09-14 15:57:55 +08:00
parent 2c114331aa
commit e4f5ac6b24
2 changed files with 0 additions and 7 deletions

View File

@@ -28,7 +28,6 @@ import android.os.HandlerExecutor;
import android.telephony.RadioAccessFamily;
import android.telephony.TelephonyCallback;
import android.telephony.TelephonyManager;
import android.test.mock.MockContentResolver;
import androidx.test.annotation.UiThreadTest;
import androidx.test.core.app.ApplicationProvider;
@@ -46,7 +45,6 @@ public class AllowedNetworkTypesListenerTest {
private static final int SUB_ID = 1;
private Context mContext;
private MockContentResolver mResolver;
private AllowedNetworkTypesListener mAllowedNetworkTypesListener;
@Mock