Lines Matching refs:LOG_TAG

86     static final String LOG_TAG = "CDMAPhone";
180 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,LOG_TAG);
266 if(DBG) Rlog.d(LOG_TAG, "CDMAPhone finalized");
268 Rlog.e(LOG_TAG, "UNEXPECTED; mWakeLock is held when finalizing.");
300 Rlog.e(LOG_TAG, "canTransfer: not possible in CDMA");
322 Rlog.e(LOG_TAG, "conference: not possible in CDMA");
399 Rlog.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!");
409 Rlog.e(LOG_TAG, "method handleInCallMmiCommands is NOT supported in CDMA!");
425 Rlog.e(LOG_TAG, "method setNetworkSelectionModeAutomatic is NOT supported in CDMA!");
430 Rlog.e(LOG_TAG, "method unregisterForSuppServiceNotification is NOT supported in CDMA!");
507 Rlog.d(LOG_TAG, "getDeviceId(): MEID is not initialized use ESN");
515 Rlog.d(LOG_TAG, "getDeviceSvn(): return 0");
526 Rlog.e(LOG_TAG, "GID1 is not available in CDMA");
532 Rlog.e(LOG_TAG, "IMEI is not available in CDMA");
538 Rlog.e(LOG_TAG, "canConference: not possible in CDMA");
569 Rlog.e(LOG_TAG, "selectNetworkManually: not possible in CDMA");
582 Rlog.e(LOG_TAG, "Mmi is NULL!");
590 Rlog.e(LOG_TAG, "Unrecognized mmi!");
612 Rlog.e(LOG_TAG, "setLine1Number: not possible in CDMA");
617 Rlog.e(LOG_TAG, "method setCallWaiting is NOT supported in CDMA!");
736 Rlog.e(LOG_TAG, "sendUssdResponse: not possible in CDMA");
742 Rlog.e(LOG_TAG,
754 Rlog.e(LOG_TAG,
771 Rlog.e(LOG_TAG,
784 Rlog.e(LOG_TAG, "getAvailableNetworks: not possible in CDMA");
789 Rlog.e(LOG_TAG, "setOutgoingCallerIdDisplay: not possible in CDMA");
875 Rlog.e(LOG_TAG, "getCallForwardingOption: not possible in CDMA");
884 Rlog.e(LOG_TAG, "setCallForwardingOption: not possible in CDMA");
890 Rlog.e(LOG_TAG, "getOutgoingCallerIdDisplay: not possible in CDMA");
896 Rlog.e(LOG_TAG, "getCallForwardingIndicator: not possible in CDMA");
902 Rlog.e(LOG_TAG, "explicitCallTransfer: not possible in CDMA");
907 Rlog.e(LOG_TAG, "getLine1AlphaTag: not possible in CDMA");
965 if (DBG) Rlog.d(LOG_TAG, "sendEmergencyCallbackModeChange");
979 Rlog.d(LOG_TAG, "handleEnterEmergencyCallbackMode,mIsPhoneInEcmState= "
1002 Rlog.d(LOG_TAG, "handleExitEmergencyCallbackMode,ar.exception , mIsPhoneInEcmState "
1042 Rlog.e(LOG_TAG, "handleTimerInEmergencyCallbackMode, unsupported action " + action);
1068 Rlog.e(LOG_TAG, "Received message " + msg +
1087 if (DBG) Rlog.d(LOG_TAG, "Baseband version: " + ar.result);
1122 Rlog.d(LOG_TAG, "Event EVENT_RUIM_RECORDS_LOADED Received");
1128 Rlog.d(LOG_TAG, "Event EVENT_RADIO_OFF_OR_NOT_AVAILABLE Received");
1133 Rlog.d(LOG_TAG, "Event EVENT_RADIO_ON Received");
1139 Rlog.d(LOG_TAG, "EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED");
1145 Rlog.d(LOG_TAG, "Event EVENT_SSN Received");
1150 Rlog.d(LOG_TAG, "Event EVENT_REGISTERED_TO_NETWORK Received");
1155 Rlog.d(LOG_TAG, "Event EVENT_NV_READY Received");
1223 Rlog.e(LOG_TAG,"Unknown icc records event code " + eventCode);
1285 Rlog.e(LOG_TAG, "[CDMAPhone] activateCellBroadcastSms() is obsolete; use SmsManager");
1296 Rlog.e(LOG_TAG, "[CDMAPhone] getCellBroadcastSmsConfig() is obsolete; use SmsManager");
1307 Rlog.e(LOG_TAG, "[CDMAPhone] setCellBroadcastSmsConfig() is obsolete; use SmsManager");
1379 if (DBG) Rlog.d(LOG_TAG, "extractSelCodeFromOtaSpNum " + sysSelCodeInt);
1409 Rlog.e(LOG_TAG, "checkOtaSpNumBasedOnSysSelCode, error", ex);
1446 Rlog.d(LOG_TAG, "isCarrierOtaSpNum,schema" + mCarrierOtaSpNumSchema);
1457 Rlog.d(LOG_TAG, "isCarrierOtaSpNum,sysSelCodeInt is invalid");
1466 if (DBG) Rlog.d(LOG_TAG, "isCarrierOtaSpNum,not otasp number");
1470 Rlog.d(LOG_TAG, "isCarrierOtaSpNum,ota schema not supported" + sch[0]);
1475 Rlog.d(LOG_TAG, "isCarrierOtaSpNum,ota schema pattern not right" +
1480 if (DBG) Rlog.d(LOG_TAG, "isCarrierOtaSpNum,ota schema pattern empty");
1502 if (DBG) Rlog.d(LOG_TAG, "isOtaSpNumber " + isOtaSpNum);
1587 Rlog.e(LOG_TAG, "Can't store current operator", e);
1636 Rlog.d(LOG_TAG, s);
1641 Rlog.e(LOG_TAG, s, e);