update isCrossSimCallingEnabledByUser name
update isCrossSimCallingEnabledByUser name to isCrossSimCallingEnabled Bug: 179143945 Test: build Change-Id: I8bb0196cc04dc437ed709548ecd569c4dd7828a1
This commit is contained in:
@@ -106,7 +106,7 @@ public class BackupCallingPreferenceController extends TelephonyTogglePreference
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
return imsMmTelMgr.isCrossSimCallingEnabledByUser();
|
return imsMmTelMgr.isCrossSimCallingEnabled();
|
||||||
} catch (ImsException exception) {
|
} catch (ImsException exception) {
|
||||||
Log.w(LOG_TAG, "fail to get cross SIM calling configuration", exception);
|
Log.w(LOG_TAG, "fail to get cross SIM calling configuration", exception);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user