Searched defs:LOG_TAG (Results 101 - 125 of 1001) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecord.java38 static final String LOG_TAG = "AdnRecord"; field in class:AdnRecord
222 Rlog.w(LOG_TAG, "[buildAdnString] Empty dialing number");
226 Rlog.w(LOG_TAG,
230 Rlog.w(LOG_TAG,
281 Rlog.w(LOG_TAG, "Error parsing AdnRecord ext record", ex);
322 Rlog.w(LOG_TAG, "Error parsing AdnRecord", ex);
H A DAdnRecordLoader.java28 final static String LOG_TAG = "AdnRecordLoader"; field in class:AdnRecordLoader
190 Rlog.d(LOG_TAG,"ADN EF: 0x"
221 Rlog.d(LOG_TAG,"ADN extension EF: 0x"
H A DCsimFileHandler.java28 static final String LOG_TAG = "CsimFH"; field in class:CsimFileHandler
62 Rlog.d(LOG_TAG, msg);
67 Rlog.e(LOG_TAG, msg);
H A DIccCardProxy.java76 private static final String LOG_TAG = "IccCardProxy"; field in class:IccCardProxy
907 Rlog.d(LOG_TAG, s);
911 Rlog.e(LOG_TAG, msg);
H A DIccUtils.java32 static final String LOG_TAG="IccUtils"; field in class:IccUtils
188 Rlog.e(LOG_TAG, "implausible UnsupportedEncodingException",
361 Rlog.e(LOG_TAG,"implausible UnsupportedEncodingException", ex);
410 Rlog.e(LOG_TAG, "parse end and size error");
462 Rlog.e(LOG_TAG, "not event number of color");
500 Rlog.e(LOG_TAG, "not odd number of color");
H A DIsimFileHandler.java28 static final String LOG_TAG = "IsimFH"; field in class:IsimFileHandler
50 Rlog.d(LOG_TAG, msg);
55 Rlog.e(LOG_TAG, msg);
H A DIsimUiccRecords.java47 protected static final String LOG_TAG = "IsimUiccRecords"; field in class:IsimUiccRecords
109 Rlog.e(LOG_TAG, "Received message " + msg +
157 Rlog.w(LOG_TAG, "Exception parsing SIM record", exc);
279 Rlog.e(LOG_TAG, "[ISIM] can't find TLV tag in ISIM record, returning null");
490 if (DBG) Rlog.d(LOG_TAG, "[ISIM] " + s);
495 if (DBG) Rlog.e(LOG_TAG, "[ISIM] " + s);
H A DRuimFileHandler.java28 static final String LOG_TAG = "RuimFH"; field in class:RuimFileHandler
75 Rlog.d(LOG_TAG, "[RuimFileHandler] " + msg);
80 Rlog.e(LOG_TAG, "[RuimFileHandler] " + msg);
H A DRuimRecords.java50 static final String LOG_TAG = "RuimRecords"; field in class:RuimRecords
471 Log.e(LOG_TAG, "CSIM MIPUPP format error, length = " + length +
485 Log.e(LOG_TAG,"MIPUPP read error");
541 if (Log.isLoggable(LOG_TAG, Log.VERBOSE)) {
542 Log.v(LOG_TAG,"MIPUPP Nai = " + mNai);
581 Log.e(LOG_TAG,"MIPUPP read Exception error!");
681 Rlog.i(LOG_TAG, "RuimRecords update failed", ar.exception);
689 Rlog.w(LOG_TAG, "Event not supported: " + msg.what);
710 Rlog.w(LOG_TAG, "Exception parsing RUIM record", exc);
1017 Rlog.d(LOG_TAG, "[RuimRecord
[all...]
H A DSIMFileHandler.java27 static final String LOG_TAG = "SIMFileHandler"; field in class:SIMFileHandler
71 Rlog.e(LOG_TAG, "Error: EF Path being returned in null");
78 Rlog.d(LOG_TAG, msg);
83 Rlog.e(LOG_TAG, msg);
H A DSIMRecords.java47 protected static final String LOG_TAG = "SIMRecords"; field in class:SIMRecords
1837 Rlog.d(LOG_TAG, "[SIMRecords] " + s);
1842 Rlog.e(LOG_TAG, "[SIMRecords] " + s);
1846 Rlog.w(LOG_TAG, "[SIMRecords] " + s, tr);
1850 Rlog.v(LOG_TAG, "[SIMRecords] " + s);
H A DSpnOverride.java38 static final String LOG_TAG = "SpnOverride"; field in class:SpnOverride
67 Rlog.d(LOG_TAG, "SPN Timestamp: oemTime = " + oemSpnTime + " sysTime = " + sysSpnTime);
71 Rlog.d(LOG_TAG, "SPN in OEM image is newer than System image");
76 Rlog.d(LOG_TAG, "No SPN in OEM image = " + oemSpnFile.getPath() +
83 Rlog.w(LOG_TAG, "Can not open " + spnFile.getAbsolutePath());
108 Rlog.w(LOG_TAG, "Exception in spn-conf parser " + e);
110 Rlog.w(LOG_TAG, "Exception in spn-conf parser " + e);
H A DUiccCard.java66 protected static final String LOG_TAG = "UiccCard"; field in class:UiccCard
629 Rlog.d(LOG_TAG, msg);
633 Rlog.e(LOG_TAG, msg);
H A DUiccCardApplication.java42 private static final String LOG_TAG = "UiccCardApplication"; field in class:UiccCardApplication
868 Rlog.d(LOG_TAG, msg);
872 Rlog.e(LOG_TAG, msg);
H A DUiccCarrierPrivilegeRules.java70 private static final String LOG_TAG = "UiccCarrierPrivilegeRules"; field in class:UiccCarrierPrivilegeRules
172 Rlog.d(LOG_TAG, "TLV parseLength length=" + length + "lenghtBytes: " + lengthBytes);
177 Rlog.d(LOG_TAG, "Parse TLV: " + tag);
189 Rlog.d(LOG_TAG, "index="+index+" length="+length+"data.length="+data.length());
199 Rlog.d(LOG_TAG, "Got TLV: " + tag + "," + length + "," + value);
214 Rlog.d(LOG_TAG, "Creating UiccCarrierPrivilegeRules");
241 Rlog.d(LOG_TAG, "hasCarrierPrivileges: " + signature + " : " + packageName);
244 Rlog.d(LOG_TAG, "Rules not loaded.");
247 Rlog.d(LOG_TAG, "Error loading rules.");
254 Rlog.d(LOG_TAG, "Checkin
[all...]
H A DUiccController.java78 private static final String LOG_TAG = "UiccController"; field in class:UiccController
202 Rlog.e(LOG_TAG, "Invalid index : " + index + " received with event " + msg.what);
229 Rlog.e(LOG_TAG, " Unknown Event " + msg.what);
271 Rlog.e(LOG_TAG,"Error getting ICC status. "
277 Rlog.e(LOG_TAG,"onGetIccCardStatusDone: invalid index : " + index);
298 Rlog.e(LOG_TAG, "Sim REFRESH with exception: " + ar.exception);
303 Rlog.e(LOG_TAG,"onSimRefresh: invalid index : " + index);
308 Rlog.d(LOG_TAG, "onSimRefresh: " + resp);
311 Rlog.e(LOG_TAG,"onSimRefresh: refresh on null card : " + index);
317 Rlog.d(LOG_TAG, "Ignorin
[all...]
H A DUsimFileHandler.java29 static final String LOG_TAG = "UsimFH"; field in class:UsimFileHandler
80 Rlog.d(LOG_TAG, msg);
85 Rlog.e(LOG_TAG, msg);
H A DVoiceMailConstants.java41 static final String LOG_TAG = "VoiceMailConstants"; field in class:VoiceMailConstants
82 Rlog.w(LOG_TAG, "Can't open " +
110 Rlog.w(LOG_TAG, "Exception in Voicemail parser " + e);
112 Rlog.w(LOG_TAG, "Exception in Voicemail parser " + e);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java84 private static final String LOG_TAG = "PduParser"; field in class:PduParser
144 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_REQ");
150 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_CONF");
156 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFICATION_IND");
163 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFYRESP_IND");
170 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_RETRIEVE_CONF");
198 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_DELIVERY_IND");
205 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_ACKNOWLEDGE_IND");
212 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_READ_ORIG_IND");
219 Log.v(LOG_TAG, "pars
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DMccTableTest.java27 private final static String LOG_TAG = "GSM"; field in class:MccTableTest
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java69 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardBuilder
138 Log.w(LOG_TAG, "Should not use vCard 4.0 when building vCard. " +
162 /* Log.w(LOG_TAG,
176 Log.i(LOG_TAG,
199 Log.w(LOG_TAG, "Unknown vCard version detected.");
277 Log.w(LOG_TAG, "Invalid flag is used in vCard 4.0 construction. Ignored.");
352 Log.w(LOG_TAG, "DISPLAY_NAME is empty.");
1021 Log.w(LOG_TAG, "Should not come here. Must have at least one postal data.");
1311 Log.d(LOG_TAG, "Unknow
[all...]
H A DVCardComposer.java95 private static final String LOG_TAG = "VCardComposer"; field in class:VCardComposer
219 /* Log.w(LOG_TAG,
236 Log.d(LOG_TAG, "Use the charset \"" + mCharset + "\"");
352 if (DEBUG) Log.d(LOG_TAG, "Unexpected contentUri: " + contentUri);
391 Log.e(LOG_TAG, "init() is already called");
404 Log.e(LOG_TAG, String.format("Cursor became null unexpectedly"));
414 Log.d(LOG_TAG,
453 Log.e(LOG_TAG, "Cursor#moveToNext() returned false");
476 Log.e(LOG_TAG, "IllegalArgumentException has been thrown: " +
479 Log.e(LOG_TAG, "IllegalAccessExceptio
[all...]
H A DVCardConfig.java31 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardConfig
415 Log.e(LOG_TAG, "Unknown vCard type String: \"" + vcardTypeString + "\"");
H A DVCardConstants.java22 /* package */ static final String LOG_TAG = "vCard"; field in class:VCardConstants
H A DVCardEntry.java68 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardEntry
1855 Log.w(LOG_TAG,
2005 Log.w(LOG_TAG,

Completed in 621 milliseconds

1234567891011>>