Searched refs:LOG_TAG (Results 276 - 300 of 1134) sorted by relevance

<<11121314151617181920>>

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DManualActivity.java37 private static final String LOG_TAG = "ManualActivity"; field in class:ManualActivity
54 Log.d(LOG_TAG, "mRunnable running, mRedrewFlag = " + mRedrewFlag);
65 Log.d(LOG_TAG, "error for " + modname + " is " + error);
197 Log.d(LOG_TAG, "created " + index + " spinners");
/frameworks/native/libs/binder/
H A DIAppOpsCallback.cpp17 #define LOG_TAG "AppOpsCallback" macro
H A DIResultReceiver.cpp17 #define LOG_TAG "ResultReceiver" macro
/frameworks/native/libs/gui/
H A DBufferQueue.cpp17 #define LOG_TAG "BufferQueue" macro
H A DSyncFeatures.cpp17 #define LOG_TAG "GLConsumer" macro
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp4 #define LOG_TAG "GLPerf gl_code.cpp" macro
/frameworks/native/services/inputflinger/
H A DInputManager.cpp17 #define LOG_TAG "InputManager" macro
H A DInputWindow.cpp17 #define LOG_TAG "InputWindow" macro
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.cpp17 #define LOG_TAG "InputFlinger" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
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);
240 Rlog.d(LOG_TAG, "setLinkProperties: UnknownHostException " + e);
255 Rlog.d(LOG_TAG, "setLinkProperties: error clearing LinkProperties " +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordLoader.java30 final static String LOG_TAG = "AdnRecordLoader"; field in class:AdnRecordLoader
203 Rlog.d(LOG_TAG,"ADN EF: 0x"
231 Rlog.d(LOG_TAG,"ADN extension EF: 0x"
244 Rlog.e(LOG_TAG, "Failed to read ext record. Clear the number now.");
H A DIsimUiccRecords.java47 protected static final String LOG_TAG = "IsimUiccRecords"; field in class:IsimUiccRecords
111 Rlog.e(LOG_TAG, "Received message " + msg +
159 Rlog.w(LOG_TAG, "Exception parsing SIM record", exc);
282 Rlog.d(LOG_TAG, "[ISIM] can't find TLV. record = " + IccUtils.bytesToHexString(record));
494 if (DBG) Rlog.d(LOG_TAG, "[ISIM] " + s);
499 if (DBG) Rlog.e(LOG_TAG, "[ISIM] " + s);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java46 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardParserImpl_V21
172 Log.w(LOG_TAG, "Property name unsupported by vCard 2.1: " + propertyName);
284 Log.e(LOG_TAG, "Invalid line which looks like some comment was found. Ignored.");
291 Log.e(LOG_TAG, "Invalid line which looks like some comment was found. Ignored.");
388 Log.w(LOG_TAG, "Empty group found. Ignoring.");
405 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " +
422 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " +
483 Log.w(LOG_TAG, String.format("TYPE unsupported by %s: ", getVersion(), ptypeval));
496 Log.w(LOG_TAG, Strin
[all...]
/frameworks/rs/
H A DrsCppUtils.h49 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__);
51 __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__);
53 __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__);
55 __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java120 Log.e(RenderThread.LOG_TAG, "Could not wait for render thread");
130 private static final String LOG_TAG = "GLTextureView"; field in class:GLTextureViewActivity.RenderThread
301 Log.d(LOG_TAG, "Error while linking program:\n" + error);
324 Log.d(LOG_TAG, "Error while compiling shader:\n" + error);
335 Log.w(LOG_TAG, "EGL error = 0x" + Integer.toHexString(error));
342 Log.w(LOG_TAG, "GL error = 0x" + Integer.toHexString(error));
388 Log.e(LOG_TAG, "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java56 private static final String LOG_TAG = "SearchableInfo"; field in class:SearchableInfo
264 Log.e(LOG_TAG, "Package not found " + activity.getPackageName());
266 Log.e(LOG_TAG, "Can't make context for " + activity.getPackageName(), e);
524 Log.e(LOG_TAG, "Couldn't create package context for user " + userId);
540 Log.d(LOG_TAG, "Checked " + activityInfo.name
549 Log.d(LOG_TAG, "Checked " + activityInfo.name + ", no searchable meta-data");
582 Log.w(LOG_TAG, "Invalid searchable metadata for " +
597 Log.w(LOG_TAG, "Invalid action key for " +
607 Log.w(LOG_TAG, "Reading searchable metadata for " + cName.flattenToShortString(), e);
610 Log.w(LOG_TAG, "Readin
[all...]
H A DSearchDialog.java64 private static final String LOG_TAG = "SearchDialog"; field in class:SearchDialog
248 Log.d(LOG_TAG, "show(" + componentName + ", "
437 Log.d(LOG_TAG, "Using app-specific icon");
440 Log.w(LOG_TAG, mLaunchComponent + " not found, using generic app icon");
460 if (DBG) Log.d(LOG_TAG, "Using badge icon: " + mSearchable.getIconId());
464 if (DBG) Log.d(LOG_TAG, "Using badge label: " + mSearchable.getLabelId());
485 if (DBG) Log.d(LOG_TAG, "Pop-up not showing and outside of search plate.");
546 Log.d(LOG_TAG, "launching " + intent);
557 Log.e(LOG_TAG, "Failed launch activity: " + intent, ex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java85 public static final String LOG_TAG = "RetryManager"; field in class:RetryManager
273 Rlog.e(LOG_TAG, "Unrecognized configuration name value pair: "
402 Rlog.e(LOG_TAG, name + " bad value: " + stringValue, e);
421 Rlog.e(LOG_TAG, name + " bad value: is < 0");
663 Rlog.d(LOG_TAG, "[" + mApnType + "] " + s);
H A DGsmCdmaPhone.java99 // NOTE that LOG_TAG here is "GsmCdma", which means that log messages
102 public static final String LOG_TAG = "GsmCdmaPhone"; field in class:GsmCdmaPhone
216 Rlog.d(LOG_TAG, "mBroadcastReceiver: action " + intent.getAction());
232 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, LOG_TAG);
342 Rlog.e(LOG_TAG, "setIsoCountryProperty: countryCodeForMcc error", ex);
344 Rlog.e(LOG_TAG, "setIsoCountryProperty: countryCodeForMcc error", ex);
390 Rlog.e(LOG_TAG, "UNEXPECTED; mWakeLock is held when finalizing.");
646 if (DBG) Rlog.d(LOG_TAG, "sendEmergencyCallStateChange");
862 if (DBG) Rlog.d(LOG_TAG,
904 if (DBG) Rlog.d(LOG_TAG,
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java141 static final String LOG_TAG = "ModelInterpreter"; field in class:ModelInterpreter
207 Rlog.w(LOG_TAG,
216 Rlog.w(LOG_TAG,
221 Rlog.i(LOG_TAG, "New connection accepted");
263 Rlog.i(LOG_TAG, "Disconnected");
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationGestureHandler.java78 private static final String LOG_TAG = "MagnificationEventHandler"; field in class:MagnificationGestureHandler
298 Slog.i(LOG_TAG, "mCurrentState: STATE_DELEGATING");
302 Slog.i(LOG_TAG, "mCurrentState: STATE_DETECTING");
306 Slog.i(LOG_TAG, "mCurrentState: STATE_VIEWPORT_DRAGGING");
310 Slog.i(LOG_TAG, "mCurrentState: STATE_MAGNIFIED_INTERACTION");
381 Slog.i(LOG_TAG, "Panned content by scrollX: " + distanceX
638 Slog.i(LOG_TAG, "Tap count:" + mTapCount);
725 Slog.i(LOG_TAG, "onActionTap()");
740 Slog.i(LOG_TAG, "onActionTapAndHold()");
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java38 static final String LOG_TAG = "PHONE"; field in class:ServiceState
751 Rlog.w(LOG_TAG, "Unexpected radioTechnology=" + rt);
786 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setNullState=" + state);
821 if (DBG) Rlog.e(LOG_TAG, "[ServiceState] setState deprecated use setVoiceRegState()");
827 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setVoiceRegState=" + mVoiceRegState);
833 if (VDBG) Rlog.d(LOG_TAG, "[ServiceState] setDataRegState=" + mDataRegState);
1021 if (VDBG) Rlog.d(LOG_TAG, "[ServiceState] setRilDataRadioTechnology=" +
1050 Rlog.e(LOG_TAG, "ServiceState.getRadioTechnology() DEPRECATED will be removed *******");
1101 Rlog.e(LOG_TAG, "ServiceState.getNetworkType() DEPRECATED will be removed *******");
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java84 private static final String LOG_TAG = "PrintSpoolerService"; field in class:PrintSpoolerService
236 Slog.e(LOG_TAG, "Error notify for a queued print job.", re);
247 Slog.e(LOG_TAG, "Error notify for all print jobs per service"
258 Slog.e(LOG_TAG, "Error notify for all print job handled.", re);
273 Slog.e(LOG_TAG, "Error notify for print job state change.", re);
443 Log.e(LOG_TAG, "Error writing print job data!", fnfe);
445 Log.e(LOG_TAG, "Error writing print job data!", ioe);
451 Log.i(LOG_TAG, "[END WRITE]");
465 Slog.i(LOG_TAG, "[ADD] " + printJob);
478 Slog.i(LOG_TAG, "[REMOV
[all...]
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java84 public static final String LOG_TAG = "GLTextureView"; field in class:ImageFlipRenderThread
254 Log.d(LOG_TAG, "Error while linking program:\n" + error);
277 Log.d(LOG_TAG, "Error while compiling shader:\n" + error);
288 Log.w(LOG_TAG, "EGL error = 0x" + Integer.toHexString(error));
295 Log.w(LOG_TAG, "GL error = 0x" + Integer.toHexString(error));
341 Log.e(LOG_TAG, "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
/frameworks/base/core/java/android/widget/
H A DFilter.java40 private static final String LOG_TAG = "Filter"; field in class:Filter
237 Log.w(LOG_TAG, "An exception occured during performFiltering()!", e);

Completed in 3442 milliseconds

<<11121314151617181920>>