Lines Matching refs:logd

116         logd("Constructor invoked");
159 logd("Couldn't get current user ID; guessing it's 0: " + e.getMessage());
169 logd("[Receiver]+");
171 logd("Action: " + action);
181 logd("Broadcasting intent ACTION_SIM_STATE_CHANGED for mCardIndex: " +
185 logd("[Receiver]-");
196 logd("slotIndex: " + slotIndex);
198 logd("ACTION_SIM_STATE_CHANGED contains invalid slotIndex: " + slotIndex);
203 logd("simStatus: " + simStatus);
216 logd("Ignoring simStatus: " + simStatus);
226 logd("Ignoring simStatus: " + simStatus);
229 logd("[Receiver]-");
236 logd("Wait for SIM" + (i + 1) + " IccId");
240 logd("All IccIds query complete");
251 logd("[setDisplayNameForNewSub] subId = " + subInfo.getSubscriptionId()
263 logd("SUB" + (subId + 1) + " SubInfo not created yet");
274 logd("handleMessage : <EVENT_SIM_LOCKED_QUERY_ICCID_DONE> SIM" + (slotId + 1));
280 logd("Null ar");
285 logd("Query IccId fail: " + ar.exception);
287 logd("sIccId[" + slotId + "] = " + mIccId[slotId]);
308 logd("EVENT_GET_NETWORK_SELECTION_MODE_DONE: error getting network mode.");
338 logd("Unknown msg:" + msg.what);
354 logd("SIM" + (slotId + 1) + " hot plug in");
365 logd("Querying IccId");
370 logd("NOT Querying IccId its already set sIccid[" + slotId + "]=" + iccId);
375 logd("sFh[" + slotId + "] is null, ignore");
380 logd("handleSimStateLoadedInternal: slotId: " + slotId);
387 logd("onRecieve: IccRecords null");
391 logd("onRecieve: IccID null");
411 logd("EVENT_RECORDS_LOADED Operator name is null");
438 logd("sim name = " + nameToSet);
490 logd("SIM" + (slotId + 1) + " hot plug out");
501 logd("SIM" + (slotId + 1) + " Error ");
515 logd("updateSubscriptionInfoByIccId:+ Start");
530 logd("insertedSimCount = " + insertedSimCount);
556 logd("updateSubscriptionInfoByIccId: oldSubId = "
575 logd("updateSubscriptionInfoByIccId: No SIM in slot " + i + " last time");
580 logd("updateSubscriptionInfoByIccId: oldIccId[" + i + "] = " + oldIccId[i] +
589 logd("updateSubscriptionInfoByIccId: No SIM inserted in slot " + i + " this time");
596 logd("SUB" + (i + 1) + " has invalid IccId");
626 logd("updateSubscriptionInfoByIccId: sInsertSimState[" + i + "] = "
632 logd("updateSubscriptionInfoByIccId: nSubCount = " + nSubCount);
653 logd("updateSubscriptionInfoByIccId:- SsubscriptionInfo update complete");
664 logd("newSim = " + newSim);
681 logd("Broadcasting intent ACTION_SIM_STATE_CHANGED " + state + " reason " + reason +
688 logd("[dispose]");
692 private void logd(String message) {