Searched refs:LOG_TAG (Results 251 - 275 of 1020) sorted by relevance

<<11121314151617181920>>

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO_test.cpp17 #define LOG_TAG "SurfaceTextureFBO_test" 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
/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);
234 Rlog.d(LOG_TAG, "setLinkProperties: UnknownHostException " + e);
249 Rlog.d(LOG_TAG, "setLinkProperties: error clearing LinkProperties " +
H A DDcSwitchAsyncChannel.java30 private static final String LOG_TAG = "DcSwitchAsyncChannel"; field in class:DcSwitchAsyncChannel
199 Rlog.d(LOG_TAG, "[DcSwitchAsyncChannel-" + tagId + "]: " + 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/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java90 Rlog.d(LOG_TAG, "CDMALTEPhone: constructor: sub = " + mPhoneId);
133 Rlog.e(LOG_TAG, "Received message " + msg +
211 Rlog.d(LOG_TAG, "updateCurrentCarrierInProvider: mSubscription = " + getSubId()
222 Rlog.e(LOG_TAG, "Can't store current operator", e);
321 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,LOG_TAG);
416 Rlog.e(LOG_TAG, "getOperatorNumeric: Cannot retrieve operatorNumeric:"
421 Rlog.d(LOG_TAG, "getOperatorNumeric: mCdmaSubscriptionSource = " + mCdmaSubscriptionSource
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...]
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java55 private static final String LOG_TAG = "SearchableInfo"; field in class:SearchableInfo
263 Log.e(LOG_TAG, "Package not found " + activity.getPackageName());
265 Log.e(LOG_TAG, "Can't make context for " + activity.getPackageName(), e);
522 Log.e(LOG_TAG, "Couldn't create package context for user " + userId);
538 Log.d(LOG_TAG, "Checked " + activityInfo.name
547 Log.d(LOG_TAG, "Checked " + activityInfo.name + ", no searchable meta-data");
580 Log.w(LOG_TAG, "Invalid searchable metadata for " +
595 Log.w(LOG_TAG, "Invalid action key for " +
605 Log.w(LOG_TAG, "Reading searchable metadata for " + cName.flattenToShortString(), e);
608 Log.w(LOG_TAG, "Readin
[all...]
H A DSearchDialog.java64 private static final String LOG_TAG = "SearchDialog"; field in class:SearchDialog
250 Log.d(LOG_TAG, "show(" + componentName + ", "
439 Log.d(LOG_TAG, "Using app-specific icon");
442 Log.w(LOG_TAG, mLaunchComponent + " not found, using generic app icon");
462 if (DBG) Log.d(LOG_TAG, "Using badge icon: " + mSearchable.getIconId());
466 if (DBG) Log.d(LOG_TAG, "Using badge label: " + mSearchable.getLabelId());
487 if (DBG) Log.d(LOG_TAG, "Pop-up not showing and outside of search plate.");
549 Log.d(LOG_TAG, "launching " + intent);
560 Log.e(LOG_TAG, "Failed launch activity: " + intent, ex);
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java365 private static final String LOG_TAG = "AccessibilityService"; field in class:AccessibilityService
537 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
585 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
618 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
821 Log.w(LOG_TAG, "Unknown message type " + message.what);
/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/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java142 private static final String LOG_TAG = "DevicePolicyManagerService"; field in class:DevicePolicyManagerService
293 if (DBG) Slog.v(LOG_TAG, "Sending password expiration notifications for action "
590 Log.e(LOG_TAG, "Failed to save TrustAgent options", e);
719 Slog.w(LOG_TAG, "Unknown admin tag: " + tag);
741 Slog.w(LOG_TAG, "Package name missing under " + outerTag);
744 Slog.w(LOG_TAG, "Unknown tag under " + tag + ": " + outerTag);
764 Slog.w(LOG_TAG, "Unknown tag under " + tag + ": " + tagDAM);
786 Slog.w(LOG_TAG, "Unknown tag under " + tag + ": " + tagDAM);
808 Slog.w(LOG_TAG, "Unknown tag under " + tag + ": " + tagDAM);
832 Slog.w(LOG_TAG, "Unknow
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java38 static final String LOG_TAG = "PHONE"; field in class:ServiceState
702 Rlog.w(LOG_TAG, "Unexpected radioTechnology=" + rt);
736 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setNullState=" + state);
770 if (DBG) Rlog.e(LOG_TAG, "[ServiceState] setState deprecated use setVoiceRegState()");
776 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setVoiceRegState=" + mVoiceRegState);
782 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setDataRegState=" + mDataRegState);
968 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setDataRadioTechnology=" + mRilDataRadioTechnology);
996 Rlog.e(LOG_TAG, "ServiceState.getRadioTechnology() DEPRECATED will be removed *******");
1043 Rlog.e(LOG_TAG, "ServiceState.getNetworkType() DEPRECATED will be removed *******");
H A DCellIdentityCdma.java28 private static final String LOG_TAG = "CellSignalStrengthCdma"; field in class:CellIdentityCdma
222 Rlog.w(LOG_TAG, s);
H A DCellIdentityLte.java28 private static final String LOG_TAG = "CellIdentityLte"; field in class:CellIdentityLte
202 Rlog.w(LOG_TAG, s);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java75 private static final String LOG_TAG = "PrintSpoolerService"; field in class:PrintSpoolerService
210 Slog.e(LOG_TAG, "Error notify for a queued print job.", re);
221 Slog.e(LOG_TAG, "Error notify for all print jobs per service"
232 Slog.e(LOG_TAG, "Error notify for all print job handled.", re);
247 Slog.e(LOG_TAG, "Error notify for print job state change.", re);
417 Log.e(LOG_TAG, "Error writing print job data!", fnfe);
419 Log.e(LOG_TAG, "Error writing print job data!", ioe);
425 Log.i(LOG_TAG, "[END WRITE]");
439 Slog.i(LOG_TAG, "[ADD] " + printJob);
452 Slog.i(LOG_TAG, "[REMOV
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
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);
/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);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java28 protected final String LOG_TAG = "Call"; field in class:Call
269 Rlog.w(LOG_TAG, " hangupIfActive: caught " + ex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java31 private static final String LOG_TAG = "SipConnBase"; field in class:SipConnectionBase
180 Rlog.d(LOG_TAG, msg);
/frameworks/av/camera/
H A DCaptureResult.cpp17 #define LOG_TAG "Camera-CaptureResult" macro
H A DICameraRecordingProxy.cpp18 #define LOG_TAG "ICameraRecordingProxy" macro

Completed in 5119 milliseconds

<<11121314151617181920>>