Update "Allow 2G" toggle summary wording.

Update "Allow 2G" toggle summary wording to be more clear regarding
the purpose of the toggle and why it may be disabled.

Bug: b/193693810
Bug: b/196183458
Test: manual & atest -c Enable2gPreferenceControllerTest
Change-Id: Iffef8f4f44105de30392c30ffd44c1d62cd066b8
This commit is contained in:
Yomna Nasser
2021-12-15 04:09:58 +00:00
parent c0572ddaa7
commit 91036f8945
3 changed files with 43 additions and 4 deletions

View File

@@ -45,12 +45,12 @@ import org.mockito.MockitoAnnotations;
public final class Enable2gPreferenceControllerTest {
private static final int SUB_ID = 2;
@Mock
private CarrierConfigManager mCarrierConfigManager;
@Mock
private TelephonyManager mTelephonyManager;
@Mock
private TelephonyManager mInvalidTelephonyManager;
@Mock
private CarrierConfigManager mCarrierConfigManager;
private PersistableBundle mPersistableBundle;
private Enable2gPreferenceController mController;