Rename calls to isGlobalModeEnabled
Test: atest FrameworksTelephonyTests Bug: 148603998 Change-Id: If302350cfea7b2cd2cd25906dd1dd6a6d192a5d6
This commit is contained in:
@@ -147,7 +147,7 @@ public class ImeiInfoDialogController {
|
||||
|
||||
@VisibleForTesting
|
||||
boolean isCdmaLteEnabled() {
|
||||
return mTelephonyManager.isGlobalModeEnabled();
|
||||
return mTelephonyManager.isLteCdmaEvdoGsmWcdmaEnabled();
|
||||
}
|
||||
|
||||
boolean isSimPresent(int slotId) {
|
||||
|
Reference in New Issue
Block a user