Searched refs:LOG_TAG (Results 151 - 175 of 1020) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/printservice/
H A DPrintJob.java36 private static final String LOG_TAG = "PrintJob"; field in class:PrintJob
80 Log.e(LOG_TAG, "Couldn't get info for job: " + mCachedInfo.getId(), re);
299 Log.e(LOG_TAG, "Error setting tag for job: " + mCachedInfo.getId(), re);
388 Log.e(LOG_TAG, "Error setting the state of job: " + mCachedInfo.getId(), re);
/frameworks/base/core/jni/android/graphics/
H A DPaintImpl.cpp20 #define LOG_TAG "Paint" macro
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteGlobal.cpp17 #define LOG_TAG "SQLiteGlobal" macro
H A Dandroid_hardware_UsbDevice.cpp17 #define LOG_TAG "UsbDeviceJNI" macro
H A Dandroid_nfc.h25 #define LOG_TAG "NdefMessage" macro
/frameworks/base/libs/androidfw/
H A Dmisc.cpp17 #define LOG_TAG "misc" macro
/frameworks/base/libs/hwui/
H A DImage.cpp17 #define LOG_TAG "OpenGLRenderer" macro
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java63 private static final String LOG_TAG = "FusedPrintersProvider"; field in class:FusedPrintersProvider
142 Log.i(LOG_TAG, "onStartLoading() " + FusedPrintersProvider.this.hashCode());
157 Log.i(LOG_TAG, "onStopLoading() " + FusedPrintersProvider.this.hashCode());
165 Log.i(LOG_TAG, "onForceLoad() " + FusedPrintersProvider.this.hashCode());
185 Log.i(LOG_TAG, "onPrintersChanged() count:"
232 Log.i(LOG_TAG, "onCancelLoad() " + FusedPrintersProvider.this.hashCode());
255 Log.i(LOG_TAG, "onReset() " + FusedPrintersProvider.this.hashCode());
268 Log.i(LOG_TAG, "onAbandon() " + FusedPrintersProvider.this.hashCode());
373 Log.i(LOG_TAG, "read history started "
499 Log.i(LOG_TAG, "rea
[all...]
/frameworks/native/services/inputflinger/
H A DInputWindow.cpp17 #define LOG_TAG "InputWindow" macro
/frameworks/base/telephony/java/android/telephony/
H A DVoLteServiceState.java31 private static final String LOG_TAG = "VoLteServiceState"; field in class:VoLteServiceState
227 Rlog.w(LOG_TAG, s);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterFailBringUpAll.java41 private static final String LOG_TAG = "DcTesterFailBrinupAll"; field in class:DcTesterFailBringUpAll
106 Rlog.d(LOG_TAG, s);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryConstructor.java45 private static String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardEntryConstructor
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBalls.java49 private static final String LOG_TAG = "libRS_jni"; field in class:Balls
112 Log.v(LOG_TAG, message);
/frameworks/base/services/core/java/com/android/server/wm/
H A DViewServer.java50 private static final String LOG_TAG = "ViewServer"; field in class:ViewServer
130 Slog.w(LOG_TAG, "Could not stop all view server threads");
140 Slog.w(LOG_TAG, "Could not close the view server");
177 Slog.w(LOG_TAG, "Connection error: ", e);
254 Slog.w(LOG_TAG, "An error occurred with the command: " + command);
257 Slog.w(LOG_TAG, "Connection error: ", e);
/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);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java50 static final String LOG_TAG = "GsmMmiCode"; field in class:GsmMmiCode
271 Rlog.d(LOG_TAG, "In processSsData");
278 Rlog.e(LOG_TAG, "Class Cast Exception in parsing SS Data : " + ex);
280 Rlog.e(LOG_TAG, "Null Pointer Exception in parsing SS Data : " + ex);
290 Rlog.d(LOG_TAG, "parseSsData msc = " + mSc + ", action = " + mAction + ", ex = " + ex);
308 Rlog.d(LOG_TAG, "setVoiceCallForwardingFlag cffEnabled: " + cffEnabled);
311 Rlog.d(LOG_TAG, "setVoiceCallForwardingFlag done from SS Info.");
313 Rlog.e(LOG_TAG, "setVoiceCallForwardingFlag aborted. sim records is null.");
320 Rlog.d(LOG_TAG, "CLIR INTERROGATION");
323 Rlog.d(LOG_TAG, "CAL
[all...]
H A DUsimPhoneBookManager.java41 private static final String LOG_TAG = "UsimPhoneBookManager"; field in class:UsimPhoneBookManager
145 Rlog.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait");
163 Rlog.e(LOG_TAG, "Error: IAP file is empty");
173 Rlog.e(LOG_TAG, "Interrupted Exception in readEmailFileAndWait");
177 Rlog.e(LOG_TAG, "Error: Email file is empty");
190 Rlog.e(LOG_TAG, "Interrupted Exception in readIapFileAndWait");
208 Rlog.e(LOG_TAG, "Error: Improper ICC card: No IAP record for ADN, continuing");
264 Rlog.e(LOG_TAG, "Error: Improper ICC card: No email record for ADN, continuing");
320 Rlog.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait");
450 if(DBG) Rlog.d(LOG_TAG, ms
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java72 private static final String LOG_TAG = "AssetAtlas"; field in class:AssetAtlasService
184 Log.w(LOG_TAG, "Could not get package info", e);
227 if (DEBUG_ATLAS) Log.d(LOG_TAG, "Loaded configuration: " + config);
311 Log.d(LOG_TAG, String.format("Rendered atlas in %.2fms (%.2f+%.2fms)",
397 if (DEBUG_ATLAS) Log.d(LOG_TAG, "Computing best atlas configuration...");
422 Log.w(LOG_TAG, "Could not complete configuration computation");
439 Log.d(LOG_TAG, String.format("Found best atlas configuration in %.2fs", delay));
456 Log.w(LOG_TAG, "Current configuration inconsistent with assets list");
458 Log.w(LOG_TAG, "Could not delete the current configuration");
508 Log.w(LOG_TAG, "Coul
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java164 private static final String LOG_TAG = ActivityChooserModel.class.getSimpleName(); field in class:ActivityChooserModel
774 Log.i(LOG_TAG, "Pruned: " + prunedRecord);
976 Log.i(LOG_TAG, "Sorted: " + activities.get(i));
988 Log.i(LOG_TAG, "Could not open historical records file: " + mHistoryFileName);
1031 Log.i(LOG_TAG, "Read " + readRecord.toString());
1036 Log.i(LOG_TAG, "Read " + historicalRecords.size() + " historical records.");
1039 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, xppe);
1041 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, ioe);
1069 Log.e(LOG_TAG, "Error writing historical recrod file: " + hostoryFileName, fnfe);
1090 Log.i(LOG_TAG, "Wrot
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserModel.java161 private static final String LOG_TAG = ActivityChooserModel.class.getSimpleName(); field in class:ActivityChooserModel
754 Log.i(LOG_TAG, "Pruned: " + prunedRecord);
954 Log.i(LOG_TAG, "Sorted: " + activities.get(i));
969 Log.i(LOG_TAG, "Could not open historical records file: " + mHistoryFileName);
1012 Log.i(LOG_TAG, "Read " + readRecord.toString());
1017 Log.i(LOG_TAG, "Read " + historicalRecords.size() + " historical records.");
1020 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, xppe);
1022 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, ioe);
1050 Log.e(LOG_TAG, "Error writing historical recrod file: " + hostoryFileName, fnfe);
1071 Log.i(LOG_TAG, "Wrot
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java942 static final private String LOG_TAG = "EditStyledText.EditorManager"; field in class:EditStyledText.EditorManager
991 Log.d(LOG_TAG, "--- onClickSelect");
1007 Log.d(LOG_TAG, "--- onClickView");
1017 Log.d(LOG_TAG, "--- onClickSelectAll");
1034 Log.d(LOG_TAG, "--- onFixSelectedItem");
1062 Log.d(LOG_TAG, "--- onInsertHorizontalLine:");
1109 Log.d(LOG_TAG, "--- onClearStyles");
1129 Log.d(LOG_TAG, "--- onRefreshStyles");
1156 Log.d(LOG_TAG, "--- setItemSize");
1172 Log.d(LOG_TAG, "
2347 String LOG_TAG = "StyledTextArrowKeyMethod"; field in class:EditStyledText.StyledTextArrowKeyMethod
2504 private static final String LOG_TAG = "EditStyledTextSpan"; field in class:EditStyledText.EditStyledTextSpans
[all...]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java45 private static final String LOG_TAG = "BandwidthTest"; field in class:BandwidthTest
74 Log.v(LOG_TAG, "Initialized mConnectionUtil");
121 Log.d(LOG_TAG, prof_stats.toString());
176 Log.d(LOG_TAG, prof_stats.toString());
230 Log.v(LOG_TAG, "Download url: " + targetUrl);
236 Log.d(LOG_TAG, prof_stats.toString());
308 Log.e(LOG_TAG, "Empty bundle provided.");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java67 static final String LOG_TAG = "ImsPhoneMmiCode"; field in class:ImsPhoneMmiCode
521 Rlog.d(LOG_TAG, "isTwoDigitShortCode");
531 Rlog.d(LOG_TAG, "Two Digit Number Pattern " + dialnumber);
533 Rlog.d(LOG_TAG, "Two Digit Number Pattern -true");
537 Rlog.d(LOG_TAG, "Two Digit Number Pattern -false");
701 Rlog.d(LOG_TAG, "isShortCode");
704 Rlog.d(LOG_TAG, "Sending short code '"
708 Rlog.d(LOG_TAG, "is CF");
751 Rlog.d(LOG_TAG, "is CF setCallForward");
784 Rlog.d(LOG_TAG, "Coul
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java87 private static final String LOG_TAG = "PhoneBase"; field in class:PhoneBase
92 Rlog.d(LOG_TAG, "mImsIntentReceiver: action " + intent.getAction());
96 Rlog.d(LOG_TAG, "mImsIntentReceiver: extraPhoneId = " + extraPhoneId);
412 Rlog.d(LOG_TAG, "mDoesRilSendMultipleCallRing=" + mDoesRilSendMultipleCallRing);
416 Rlog.d(LOG_TAG, "mCallRingDelay=" + mCallRingDelay);
513 Rlog.e(LOG_TAG, "Received message " + msg +
519 Rlog.d(LOG_TAG, "Event EVENT_CALL_RING Received state=" + getState());
535 Rlog.d(LOG_TAG, "Event EVENT_CALL_RING_CONTINUE Received stat=" + getState());
546 Rlog.d(LOG_TAG, "Event EVENT_INITIATE_SILENT_REDIAL Received");
554 Rlog.e(LOG_TAG, "silen
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkFactory.java96 private final String LOG_TAG; field in class:NetworkFactory
110 LOG_TAG = logTag;
119 ConnectivityManager.from(mContext).registerNetworkFactory(mMessenger, LOG_TAG);
280 Log.d(LOG_TAG, s);
285 StringBuilder sb = new StringBuilder("{").append(LOG_TAG).append(" - ScoreFilter=").

Completed in 523 milliseconds

1234567891011>>