mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: RIL: Remove leftover
Change-Id: Ic768b3e9df4b40854c7015cb38e0b1d4b6c61914
This commit is contained in:
parent
2bab516116
commit
d0c866c306
1 changed files with 1 additions and 5 deletions
|
@ -158,11 +158,7 @@ public class SamsungMSM8226RIL extends RIL {
|
|||
int np = p.readInt();
|
||||
dc.numberPresentation = DriverCall.presentationFromCLIP(np);
|
||||
dc.name = p.readString();
|
||||
if (!isLollipopRadio) {
|
||||
dc.namePresentation = p.readInt();
|
||||
} else {
|
||||
dc.namePresentation = DriverCall.presentationFromCLIP(p.readInt());
|
||||
}
|
||||
dc.namePresentation = DriverCall.presentationFromCLIP(p.readInt());
|
||||
int uusInfoPresent = p.readInt();
|
||||
if (uusInfoPresent == 1) {
|
||||
dc.uusInfo = new UUSInfo();
|
||||
|
|
Loading…
Reference in a new issue