android_device_samsung_klte.../ril/telephony/java/com/android/internal/telephony
Gabriele M a4fd548352 KlteRIL: Handle RIL_UNSOL_NITZ_TIME_RECEIVED
* This fixes auto time zone
* This is related to how it was handled in the
  old SamsungQualcommRIL class (deprecated) but
  the Parcel is fixed rather than handling it
  directly in the RIL subclass
* This is done because after we handle it,
  it's still handled by processUnsolicited
  in the super class, which undoes our changes
* The extra "garbage" that is sent in the
  RIL_UNSOL_NITZ_TIME_RECEIVED parcel seems
  to be country MCC code for whatever reason

Change-Id: I70982873e6304d81794bdd03eb8d9a1c1d3f3a55
2017-06-13 07:36:32 -05:00
..
KlteRIL.java KlteRIL: Handle RIL_UNSOL_NITZ_TIME_RECEIVED 2017-06-13 07:36:32 -05:00