Home
last modified time | relevance | path

Searched refs:logWithLocalLog (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java219 logWithLocalLog("config_num_physical_slots = " + numPhysicalSlots); in UiccController()
367 logWithLocalLog("switchSlots: " + Arrays.toString(physicalSlots)); in switchSlots()
481 logWithLocalLog("handleMessage: Received " + eventName + " for phoneId " + phoneId); in handleMessage()
551 logWithLocalLog("onMultiSimConfigChanged: prevActiveModemCount " + prevActiveModemCount in onMultiSimConfigChanged()
692 logWithLocalLog("onGetIccCardStatusDone: phoneId " + index + " IccCardStatus: " + status); in onGetIccCardStatusDone()
752 logWithLocalLog("IccCardStatus eid=" + cardString + " slot=" + slotId in onGetIccCardStatusDone()
911 logWithLocalLog("onGetSlotStatusDone: request not supported; marking " in onGetSlotStatusDone()
924 logWithLocalLog("onGetSlotStatusDone: " + status); in onGetSlotStatusDone()
990 logWithLocalLog("Using eid=" + eid + " in slot=" + i in onGetSlotStatusDone()
1008 logWithLocalLog("Using eid=" + eid + " from removable eUICC in slot=" in onGetSlotStatusDone()
[all …]
DUiccProfile.java198 logWithLocalLog("handleMessage: Received " + eventName + " for phoneId " + mPhoneId);
247 logWithLocalLog("handleMessage: Error in SIM access with exception "
1508 logWithLocalLog("iccOpenLogicalChannel: " + aid + " , " + p2 + " by pid:" in iccOpenLogicalChannel()
1518 logWithLocalLog("iccCloseLogicalChannel: " + channel); in iccCloseLogicalChannel()
1780 private void logWithLocalLog(String msg) { in logWithLocalLog() method in UiccProfile