Loading telephony/java/com/android/internal/telephony/LGEStarRIL.java 0 → 100644 +959 −0 File added.Preview size limit exceeded, changes collapsed. Show changes telephony/java/com/android/internal/telephony/PhoneFactory.java +3 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,9 @@ public class PhoneFactory { { Log.i(LOG_TAG, "Using Samsung RIL"); sCommandsInterface = new SamsungRIL(context, networkMode, cdmaSubscription); } else if("lgestar".equals(sRILClassname)) { Log.i(LOG_TAG, "Using LGE Star RIL"); sCommandsInterface = new LGEStarRIL(context, networkMode, cdmaSubscription); } else { sCommandsInterface = new RIL(context, networkMode, cdmaSubscription); } Loading Loading
telephony/java/com/android/internal/telephony/LGEStarRIL.java 0 → 100644 +959 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
telephony/java/com/android/internal/telephony/PhoneFactory.java +3 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,9 @@ public class PhoneFactory { { Log.i(LOG_TAG, "Using Samsung RIL"); sCommandsInterface = new SamsungRIL(context, networkMode, cdmaSubscription); } else if("lgestar".equals(sRILClassname)) { Log.i(LOG_TAG, "Using LGE Star RIL"); sCommandsInterface = new LGEStarRIL(context, networkMode, cdmaSubscription); } else { sCommandsInterface = new RIL(context, networkMode, cdmaSubscription); } Loading