Searched defs:LOG_TAG (Results 51 - 75 of 1001) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java76 static public final String LOG_TAG = "RetryManager"; field in class:RetryManager
218 Rlog.e(LOG_TAG, "Unrecognized configuration name value pair: "
403 Rlog.e(LOG_TAG, name + " bad value: " + stringValue, e);
421 Rlog.e(LOG_TAG, name + " bad value: is < 0");
443 Rlog.d(LOG_TAG, "[RM] " + s);
H A DServiceStateTracker.java60 private static final String LOG_TAG = "SST"; field in class:ServiceStateTracker
396 Rlog.d(LOG_TAG, "updatePhoneObject: Ignore update");
H A DSmsApplication.java57 static final String LOG_TAG = "SmsApplication"; field in class:SmsApplication
132 Log.i(LOG_TAG, "getIncomingUserHandle caller=" + callingUid + ", myuid="
315 Log.i(LOG_TAG, "getApplication userId=" + userId);
321 Log.i(LOG_TAG, "getApplication defaultApp=" + defaultApplication);
329 Log.i(LOG_TAG, "getApplication appData=" + applicationData);
366 Rlog.e(LOG_TAG, applicationData.mPackageName + " lost OP_WRITE_SMS: " +
394 Rlog.e(LOG_TAG, PHONE_PACKAGE_NAME + " lost OP_WRITE_SMS: (fixing)");
400 Rlog.e(LOG_TAG, "Phone package not found: " + PHONE_PACKAGE_NAME);
409 Rlog.e(LOG_TAG, BLUETOOTH_PACKAGE_NAME + " lost OP_WRITE_SMS: (fixing)");
415 Rlog.e(LOG_TAG, "Bluetoot
[all...]
H A DSubscriptionController.java74 static final String LOG_TAG = "SubscriptionController"; field in class:SubscriptionController
139 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
150 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
159 Log.wtf(LOG_TAG, "getInstance null");
1128 Rlog.v(LOG_TAG, msg);
1137 Rlog.d(LOG_TAG, msg);
1141 Rlog.d(LOG_TAG, msg);
1150 Rlog.e(LOG_TAG, msg);
H A DSubscriptionInfoUpdater.java53 private static final String LOG_TAG = "SubscriptionInfoUpdater"; field in class:SubscriptionInfoUpdater
568 Rlog.d(LOG_TAG, message);
H A DTelephonyCapabilities.java27 private static final String LOG_TAG = "TelephonyCapabilities"; field in class:TelephonyCapabilities
48 Rlog.d(LOG_TAG, "supportsEcm: Phone type = " + phone.getPhoneType() +
110 Rlog.w(LOG_TAG, "getDeviceIdLabel: no known label for phone "
H A DTelephonyDevController.java42 private static final String LOG_TAG = "TDC"; field in class:TelephonyDevController
55 Rlog.d(LOG_TAG, s);
59 Rlog.e(LOG_TAG, s);
H A DTelephonyTester.java45 private static final String LOG_TAG = "TelephonyTester"; field in class:TelephonyTester
107 Rlog.d(LOG_TAG, s);
H A DUiccSmsController.java40 static final String LOG_TAG = "RIL_UiccSmsController"; field in class:UiccSmsController
66 Rlog.e(LOG_TAG,"updateMessageOnIccEf iccSmsIntMgr is null" +
84 Rlog.e(LOG_TAG,"copyMessageToIccEf iccSmsIntMgr is null" +
101 Rlog.e(LOG_TAG,"getAllMessagesFromIccEf iccSmsIntMgr is" +
121 Rlog.e(LOG_TAG,"sendText iccSmsIntMgr is null for" +
139 Rlog.e(LOG_TAG,"sendText iccSmsIntMgr is null for" +
160 Rlog.e(LOG_TAG,"sendMultipartText iccSmsIntMgr is null for" +
189 Rlog.e(LOG_TAG,"enableCellBroadcast iccSmsIntMgr is null for" +
219 Rlog.e(LOG_TAG,"disableCellBroadcast iccSmsIntMgr is null for" +
235 Rlog.e(LOG_TAG, "getPremiumSmsPermissio
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlv.java33 private static final String LOG_TAG = "ComprehensionTlv"; field in class:ComprehensionTlv
98 CatLog.d(LOG_TAG, "decodeMany: ctlv is null, stop decoding");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java90 static final String LOG_TAG = "CDMAPhone"; field in class:CDMAPhone
177 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,LOG_TAG);
263 if(DBG) Rlog.d(LOG_TAG, "CDMAPhone finalized");
265 Rlog.e(LOG_TAG, "UNEXPECTED; mWakeLock is held when finalizing.");
318 Rlog.e(LOG_TAG, "canTransfer: not possible in CDMA");
358 Rlog.e(LOG_TAG, "conference: not possible in CDMA");
417 Rlog.w(LOG_TAG, "IMS is disabled: forced to CS");
421 Rlog.d(LOG_TAG, "imsUseEnabled=" + imsUseEnabled + ", imsPhone=" + imsPhone
435 if (DBG) Rlog.d(LOG_TAG, "Trying IMS PS call");
438 if (DBG) Rlog.d(LOG_TAG, "IM
[all...]
H A DCdmaCallTracker.java56 static final String LOG_TAG = "CdmaCallTracker"; field in class:CdmaCallTracker
116 Rlog.d(LOG_TAG, "CdmaCallTracker dispose");
129 Rlog.d(LOG_TAG, "CdmaCallTracker finalized");
407 Rlog.e(LOG_TAG, "canTransfer: not possible in CDMA");
457 Rlog.e(LOG_TAG,"CdmaCallTracker.pendingOperations < 0");
568 Rlog.e(LOG_TAG, "unexpected error on hangup");
648 Rlog.e(LOG_TAG,"Error in RIL, Phantom call appeared " + dc);
681 Rlog.d(LOG_TAG,"Pending MO dropped before poll fg state:"
800 Rlog.w(LOG_TAG,"CdmaCallTracker WARN: hangup() on absent connection "
820 Rlog.w(LOG_TAG,"CdmaCallTracke
[all...]
H A DCdmaCallWaitingNotification.java28 static final String LOG_TAG = "CdmaCallWaitingNotification"; field in class:CdmaCallWaitingNotification
65 Rlog.d(LOG_TAG, "Unexpected presentation " + cli);
H A DCdmaConnection.java43 static final String LOG_TAG = "CdmaConnection"; field in class:CdmaConnection
139 Rlog.d(LOG_TAG, "[CDMAConn] CdmaConnection: dialString=" + dialString);
141 Rlog.d(LOG_TAG, "[CDMAConn] CdmaConnection:formated dialString=" + dialString);
276 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
289 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
419 if (VDBG) Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause);
436 if (VDBG) Rlog.d(LOG_TAG, "onLoalDisconnect" );
650 Rlog.e(LOG_TAG, "[CdmaConn] UNEXPECTED; mPartialWakeLock is held when finalizing.");
776 mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, LOG_TAG);
911 Rlog.d(LOG_TAG, "[CDMACon
[all...]
H A DCdmaMmiCode.java42 static final String LOG_TAG = "CdmaMmiCode"; field in class:CdmaMmiCode
205 Rlog.w(LOG_TAG, "isUssdRequest is not implemented in CdmaMmiCode");
237 Rlog.d(LOG_TAG, "process mmi service code using UiccApp sc=" + mSc);
287 Rlog.e(LOG_TAG, "Unexpected reply");
325 Rlog.d(LOG_TAG, "onSetComplete: PUK locked,"
329 Rlog.d(LOG_TAG, "onSetComplete: attemptsRemaining="+attemptsRemaining);
H A DCdmaServiceStateTracker.java76 static final String LOG_TAG = "CdmaSST"; field in class:CdmaServiceStateTracker
2000 Rlog.d(LOG_TAG, "[CdmaSST] " + s);
2005 Rlog.e(LOG_TAG, "[CdmaSST] " + s);
H A DCdmaSubscriptionSourceManager.java35 static final String LOG_TAG = "CdmaSSM"; field in class:CdmaSubscriptionSourceManager
135 Rlog.v(LOG_TAG,"get Cdma Subscription Source");
167 Rlog.d(LOG_TAG, "subscriptionSource from settings: " + subscriptionSource);
210 Rlog.d(LOG_TAG, s);
214 Rlog.w(LOG_TAG, s);
H A DEriManager.java86 private static final String LOG_TAG = "CDMA"; field in class:EriManager
158 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: check for alternate file");
163 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: opened alternate file");
165 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: no alternate file");
168 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: no parser for alternate file");
173 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: open normal file");
192 Rlog.e(LOG_TAG, "Error Parsing ERI file: " + mEriFile.mNumberOfEriEntries
201 Rlog.e(LOG_TAG, "Error Parsing ERI file: found" + id + " CallPromptId");
219 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: eri parsing successful, file loaded");
223 Rlog.e(LOG_TAG, "Go
[all...]
H A DRuimPhoneBookInterfaceManager.java34 static final String LOG_TAG = "RuimPhoneBookIM"; field in class:RuimPhoneBookInterfaceManager
51 Rlog.e(LOG_TAG, "Error while finalizing:", throwable);
53 if(DBG) Rlog.d(LOG_TAG, "RuimPhoneBookInterfaceManager finalized");
80 Rlog.d(LOG_TAG, "[RuimPbInterfaceManager] " + msg);
85 Rlog.e(LOG_TAG, "[RuimPbInterfaceManager] " + msg);
H A DSmsMessage.java75 static final String LOG_TAG = "SmsMessage"; field in class:SmsMessage
118 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
121 Log.e(LOG_TAG, "SMS PDU parsing failed with out of memory: ", e);
248 Rlog.w(LOG_TAG, "SMS parsing failed: Trying to parse a free record");
267 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
277 Rlog.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode.");
381 Rlog.w(LOG_TAG, "getProtocolIdentifier: is not supported in CDMA mode.");
391 Rlog.w(LOG_TAG, "isReplace: is not supported in CDMA mode.");
401 Rlog.w(LOG_TAG, "isCphsMwiMessage: is not supported in CDMA mode.");
452 Rlog.w(LOG_TAG, "isReplyPathPresen
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java41 private final static String LOG_TAG = "BearerData"; field in class:BearerData
656 Rlog.e(LOG_TAG, "user data with null payloadStr");
668 Rlog.e(LOG_TAG, "user data with octet encoding but null payload");
676 Rlog.e(LOG_TAG, "non-octet user data with null payloadStr");
969 Rlog.e(LOG_TAG, "BearerData encode failed: " + ex);
971 Rlog.e(LOG_TAG, "BearerData encode failed: " + ex);
991 Rlog.d(LOG_TAG, "MESSAGE_IDENTIFIER decode " +
1010 Rlog.d(LOG_TAG, "RESERVED bearer data subparameter " + subparamId + " decode "
1066 Rlog.e(LOG_TAG, charset + " decode error: offset = " + offset + " numFields = "
1331 Rlog.d(LOG_TAG, "REPLY_OPTIO
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java39 public final String LOG_TAG; field in class:ApnContext
101 LOG_TAG = logTag;
298 Rlog.d(LOG_TAG, "[ApnContext:" + mApnType + "] " + s);
H A DDataCallResponse.java39 private final String LOG_TAG = "DataCallResponse"; field in class:DataCallResponse
161 if (DBG) Rlog.d(LOG_TAG, "addr/pl=" + addr + "/" + addrPrefixLen);
234 Rlog.d(LOG_TAG, "setLinkProperties: UnknownHostException " + e);
249 Rlog.d(LOG_TAG, "setLinkProperties: error clearing LinkProperties " +
H A DDcFailBringUp.java28 private static final String LOG_TAG = "DcFailBringUp"; field in class:DcFailBringUp
78 Rlog.d(LOG_TAG, s);
H A DDcSwitchAsyncChannel.java30 private static final String LOG_TAG = "DcSwitchAsyncChannel"; field in class:DcSwitchAsyncChannel
199 Rlog.d(LOG_TAG, "[DcSwitchAsyncChannel-" + tagId + "]: " + s);

Completed in 679 milliseconds

1234567891011>>