[Settings] Code refactor - remove unused import lines

Remove some unused import lines within source code based on
https://source.android.com/setup/contribute/code-style

Bug: 182867979
Test: build pass
Change-Id: I76dbcfa9e5b435b2838401dfee15b12f472d07d0
This commit is contained in:
Bonian Chen
2021-03-16 17:39:43 +08:00
parent 159f261889
commit 203f0fe89d
57 changed files with 35 additions and 96 deletions

View File

@@ -37,7 +37,6 @@ import androidx.preference.SwitchPreference;
import com.android.settings.network.SubscriptionUtil;
/**
* Controller for the "Contact Discovery" option present in MobileNetworkSettings.
*/