Loading src/java/com/android/internal/telephony/SamsungCDMAQualcommRIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -194,12 +194,12 @@ CommandsInterface { dc.als = p.readInt(); voiceSettings = p.readInt(); dc.isVoice = (0 == voiceSettings) ? false : true; dc.isVoicePrivacy = (0 != p.readInt()); // Some Samsung magic data for Videocalls // hack taken from smdk4210ril class voiceSettings = p.readInt(); // printing it to cosole for later investigation Log.d(LOG_TAG, "Samsung magic = " + voiceSettings); dc.isVoicePrivacy = (0 != p.readInt()); dc.number = p.readString(); int np = p.readInt(); dc.numberPresentation = DriverCall.presentationFromCLIP(np); Loading src/java/com/android/internal/telephony/SamsungQualcommD2RIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,12 +60,12 @@ public class SamsungQualcommD2RIL extends SamsungQualcommUiccRIL implements Comm dc.als = p.readInt(); voiceSettings = p.readInt(); dc.isVoice = (0 == voiceSettings) ? false : true; dc.isVoicePrivacy = (0 != p.readInt()); //Some Samsung magic data for Videocalls // hack taken from smdk4210ril class voiceSettings = p.readInt(); //printing it to cosole for later investigation Log.d(LOG_TAG, "Samsung magic = " + voiceSettings); dc.isVoicePrivacy = (0 != p.readInt()); dc.number = p.readString(); int np = p.readInt(); dc.numberPresentation = DriverCall.presentationFromCLIP(np); Loading Loading
src/java/com/android/internal/telephony/SamsungCDMAQualcommRIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -194,12 +194,12 @@ CommandsInterface { dc.als = p.readInt(); voiceSettings = p.readInt(); dc.isVoice = (0 == voiceSettings) ? false : true; dc.isVoicePrivacy = (0 != p.readInt()); // Some Samsung magic data for Videocalls // hack taken from smdk4210ril class voiceSettings = p.readInt(); // printing it to cosole for later investigation Log.d(LOG_TAG, "Samsung magic = " + voiceSettings); dc.isVoicePrivacy = (0 != p.readInt()); dc.number = p.readString(); int np = p.readInt(); dc.numberPresentation = DriverCall.presentationFromCLIP(np); Loading
src/java/com/android/internal/telephony/SamsungQualcommD2RIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,12 +60,12 @@ public class SamsungQualcommD2RIL extends SamsungQualcommUiccRIL implements Comm dc.als = p.readInt(); voiceSettings = p.readInt(); dc.isVoice = (0 == voiceSettings) ? false : true; dc.isVoicePrivacy = (0 != p.readInt()); //Some Samsung magic data for Videocalls // hack taken from smdk4210ril class voiceSettings = p.readInt(); //printing it to cosole for later investigation Log.d(LOG_TAG, "Samsung magic = " + voiceSettings); dc.isVoicePrivacy = (0 != p.readInt()); dc.number = p.readString(); int np = p.readInt(); dc.numberPresentation = DriverCall.presentationFromCLIP(np); Loading