Loading src/java/com/android/internal/telephony/RIL.java +5 −2 Original line number Diff line number Diff line Loading @@ -2635,6 +2635,9 @@ public final class RIL extends BaseCommands implements CommandsInterface { case RIL_REQUEST_GET_IMSI: case RIL_REQUEST_GET_IMEI: case RIL_REQUEST_GET_IMEISV: case RIL_REQUEST_SIM_OPEN_CHANNEL: case RIL_REQUEST_SIM_TRANSMIT_APDU_CHANNEL: if (!RILJ_LOGV) { // If not versbose logging just return and don't display IMSI and IMEI, IMEISV return ""; Loading Loading @@ -2906,7 +2909,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { break; case RIL_UNSOL_STK_PROACTIVE_COMMAND: if (RILJ_LOGD) unsljLogRet(response, ret); if (RILJ_LOGD) unsljLog(response); if (mCatProCmdRegistrant != null) { mCatProCmdRegistrant.notifyRegistrant( Loading @@ -2915,7 +2918,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { break; case RIL_UNSOL_STK_EVENT_NOTIFY: if (RILJ_LOGD) unsljLogRet(response, ret); if (RILJ_LOGD) unsljLog(response); if (mCatEventRegistrant != null) { mCatEventRegistrant.notifyRegistrant( Loading Loading
src/java/com/android/internal/telephony/RIL.java +5 −2 Original line number Diff line number Diff line Loading @@ -2635,6 +2635,9 @@ public final class RIL extends BaseCommands implements CommandsInterface { case RIL_REQUEST_GET_IMSI: case RIL_REQUEST_GET_IMEI: case RIL_REQUEST_GET_IMEISV: case RIL_REQUEST_SIM_OPEN_CHANNEL: case RIL_REQUEST_SIM_TRANSMIT_APDU_CHANNEL: if (!RILJ_LOGV) { // If not versbose logging just return and don't display IMSI and IMEI, IMEISV return ""; Loading Loading @@ -2906,7 +2909,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { break; case RIL_UNSOL_STK_PROACTIVE_COMMAND: if (RILJ_LOGD) unsljLogRet(response, ret); if (RILJ_LOGD) unsljLog(response); if (mCatProCmdRegistrant != null) { mCatProCmdRegistrant.notifyRegistrant( Loading @@ -2915,7 +2918,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { break; case RIL_UNSOL_STK_EVENT_NOTIFY: if (RILJ_LOGD) unsljLogRet(response, ret); if (RILJ_LOGD) unsljLog(response); if (mCatEventRegistrant != null) { mCatEventRegistrant.notifyRegistrant( Loading