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

<<11121314151617181920>>

/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp18 #define LOG_TAG "SurfaceFlinger" macro
/frameworks/native/libs/ui/
H A DFence.cpp17 #define LOG_TAG "Fence" macro
H A DGraphicBufferMapper.cpp17 #define LOG_TAG "GraphicBufferMapper" macro
/frameworks/native/libs/utils/
H A Dmisc.cpp17 #define LOG_TAG "misc" macro
/frameworks/native/libs/utils/tests/
H A DUnicode_test.cpp17 #define LOG_TAG "Unicode_test" macro
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp17 #define LOG_TAG "EGL_test" macro
/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp18 #define LOG_TAG "StopWatch" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsMessageBase.java30 private static final String LOG_TAG = "SMS"; field in class:SmsMessageBase
H A DAdnRecordLoader.java29 final static String LOG_TAG = "RIL_AdnRecordLoader"; field in class:AdnRecordLoader
189 Log.d(LOG_TAG,"ADN EF: 0x"
220 Log.d(LOG_TAG,"ADN extension EF: 0x"
H A DPhoneBase.java70 private static final String LOG_TAG = "PHONE"; field in class:PhoneBase
256 Log.d(LOG_TAG, "mDoesRilSendMultipleCallRing=" + mDoesRilSendMultipleCallRing);
260 Log.d(LOG_TAG, "mCallRingDelay=" + mCallRingDelay);
305 Log.d(LOG_TAG, "Event EVENT_CALL_RING Received state=" + getState());
321 Log.d(LOG_TAG, "Event EVENT_CALL_RING_CONTINUE Received stat=" + getState());
1121 Log.d(LOG_TAG, "Sending notifyIncomingRing");
1126 Log.d(LOG_TAG, "Ignoring ring notification request,"
1142 Log.e(LOG_TAG, "getIsimRecords() is only supported on LTE devices");
1147 Log.e(LOG_TAG, "requestIsimAuthentication() is only supported on LTE devices");
1160 Log.e(LOG_TAG, "Erro
[all...]
H A DMccTable.java43 static final String LOG_TAG = "MccTable"; field in class:MccTable
183 Log.e(LOG_TAG, "Error parsing IMSI");
187 Log.d(LOG_TAG, "updateMccMncConfiguration: mcc=" + mcc + ", mnc=" + mnc);
204 Log.e(LOG_TAG, "Can't update configuration", e);
276 Log.d(LOG_TAG, "timezone set to "+zoneId);
295 Log.d(LOG_TAG, "locale set to "+language+"_"+country);
308 Log.d(LOG_TAG, "WIFI_COUNTRY_CODE set to " + country);
/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/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java53 private static final String LOG_TAG = "VCardVerifier"; field in class:VCardVerifier
261 Log.e(LOG_TAG, "VCardException", e);
268 if (DEBUG) Log.d(LOG_TAG, vcard);
335 Log.e(LOG_TAG, "Unexpected provider given.");
/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp18 #define LOG_TAG "ResampleInputStream" macro
/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp17 #define LOG_TAG "OmxJpegDecoder" macro
/frameworks/base/native/android/
H A Dnative_window.cpp17 #define LOG_TAG "Surface" macro
/frameworks/base/core/java/android/gesture/
H A DGestureStore.java34 import static android.gesture.GestureConstants.LOG_TAG;
262 Log.d(LOG_TAG, "Saving gestures library = " + (end - start) + " ms");
299 Log.d(LOG_TAG, "Loading gestures library = " + (end - start) + " ms");
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestGrouping.java49 private static final String LOG_TAG = "TestGrouping"; field in class:TestGrouping
119 Log.w(LOG_TAG, "Invalid Package: '" + packageName
239 Log.i(LOG_TAG, String.format(
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java58 static final String LOG_TAG = "LocationTracker"; field in class:TrackerActivity
194 Log.e(LOG_TAG, "Error exporting file", e);
208 Log.e(LOG_TAG, "error closing file", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java39 static final String LOG_TAG = "CDMA_MMI"; field in class:CdmaMmiCode
186 Log.w(LOG_TAG, "isUssdRequest is not implemented in CdmaMmiCode");
242 Log.e(LOG_TAG, "Unexpected reply");
H A DRuimRecords.java63 static final String LOG_TAG = "CDMA"; field in class:RuimRecords
509 Log.i(LOG_TAG, "RuimRecords update failed", ar.exception);
517 Log.w(LOG_TAG, "Event not supported: " + msg.what);
538 Log.w(LOG_TAG, "Exception parsing RUIM record", exc);
802 Log.d(LOG_TAG, "[RuimRecords] " + s);
807 Log.e(LOG_TAG, "[RuimRecords] " + s);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java35 private static final String LOG_TAG = "EventSenderImpl"; field in class:EventSenderImpl
240 Log.w(LOG_TAG + "::MSG_UPDATE_TOUCH_POINT", "TouchPoint out of bounds: "
265 Log.w(LOG_TAG + "::MSG_RELEASE_TOUCH_POINT", "TouchPoint out of bounds: "
286 Log.w(LOG_TAG + "::MSG_RELEASE_TOUCH_POINT", "TouchPoint out of bounds: "
473 Log.w(LOG_TAG + "::executeTouchEvent(),", "action not supported:" + action);
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java128 private static final String LOG_TAG = ScreenMagnifier.class.getSimpleName(); field in class:ScreenMagnifier
350 Slog.i(LOG_TAG, "mCurrentState: STATE_DELEGATING");
353 Slog.i(LOG_TAG, "mCurrentState: STATE_DETECTING");
356 Slog.i(LOG_TAG, "mCurrentState: STATE_VIEWPORT_DRAGGING");
359 Slog.i(LOG_TAG, "mCurrentState: STATE_MAGNIFIED_INTERACTION");
421 Slog.i(LOG_TAG, "Panned content by scrollX: " + scrollX
446 Slog.i(LOG_TAG, "normalizedNewScale: " + normalizedNewScale);
620 Slog.i(LOG_TAG, "Tap count:" + mTapCount);
725 Slog.i(LOG_TAG, "onActionTap()");
739 Slog.i(LOG_TAG, "onActionTapAndHol
[all...]
H A DAccessibilityManagerService.java113 private static final String LOG_TAG = "AccessibilityManagerService"; field in class:AccessibilityManagerService
327 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid());
336 Slog.i(LOG_TAG, "Added user client for pid:" + Binder.getCallingPid()
417 Slog.e(LOG_TAG, "Error during sending interrupt request to "
439 Slog.i(LOG_TAG, "Added global connection for pid:" + Binder.getCallingPid()
450 Slog.i(LOG_TAG, "Added user connection for pid:" + Binder.getCallingPid()
455 Slog.i(LOG_TAG, "Adding interaction connection to windowId: " + windowId);
470 Slog.i(LOG_TAG, "Removed global connection for pid:" + Binder.getCallingPid()
483 Slog.i(LOG_TAG, "Removed user connection for pid:" + Binder.getCallingPid()
778 Slog.i(LOG_TAG, "Removin
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java37 private static final String LOG_TAG = "ConnectivityManagerMobileTest"; field in class:ConnectivityManagerMobileTest
104 Log.v(LOG_TAG, message);
118 Log.v(LOG_TAG, this.getName() + " is excluded for wifi-only test");
333 Log.v(LOG_TAG, this.getName() + " is excluded for wifi-only test");
397 Log.v(LOG_TAG, this.getName() + " is excluded for wifi-only test");
447 Log.v(LOG_TAG, this.getName() + " is excluded for wifi-only test");

Completed in 7305 milliseconds

<<11121314151617181920>>