Searched refs:LOG_TAG (Results 101 - 125 of 749) sorted by relevance

1234567891011>>

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardSourceDetector.java43 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardSourceDetector
116 Log.w(LOG_TAG, "Invalid version string: " + versionString);
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/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java49 private static final String LOG_TAG = "SipPhone"; field in class:SipPhone
66 if (DEBUG) Log.d(LOG_TAG, "new SipPhone: " + profile.getUriString());
108 if (DEBUG) Log.d(LOG_TAG, "+++ taking call from: "
117 if (DEBUG) Log.d(LOG_TAG, " call cancelled !!");
136 if (DEBUG) Log.d(LOG_TAG, "acceptCall");
149 if (DEBUG) Log.d(LOG_TAG, "rejectCall");
183 Log.e(LOG_TAG, "dial()", e);
189 if (DEBUG) Log.d(LOG_TAG, " ~~~~~~ switch fg and bg");
244 Log.e(LOG_TAG,
255 Log.e(LOG_TAG,
[all...]
/frameworks/av/media/libaah_rtp/
H A Dpipe_event.cpp17 #define LOG_TAG "LibAAH_RTP" macro
/frameworks/av/media/libstagefright/foundation/
H A Dhexdump.cpp18 #define LOG_TAG "hexdump" macro
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSource.cpp18 #define LOG_TAG "TimedTextSource" macro
/frameworks/av/media/mtp/
H A DMtpEventPacket.cpp17 #define LOG_TAG "MtpEventPacket" macro
H A DMtpStorageInfo.cpp17 #define LOG_TAG "MtpStorageInfo" macro
/frameworks/av/services/audioflinger/
H A DISchedulingPolicyService.cpp17 #define LOG_TAG "SchedulingPolicyService" macro
H A DLibsndfileSource.cpp17 #define LOG_TAG "LibsndfileSource" macro
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp17 #define LOG_TAG "BootAnimation" 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
H A Dandroid_os_UEventObserver.cpp17 #define LOG_TAG "UEventObserver" macro
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java53 private static final String LOG_TAG = "PackageManagerHostTests"; field in class:PackageManagerHostTestUtils
158 Log.w(LOG_TAG, "encountered IOException " + ioe);
377 Log.i(LOG_TAG, "waiting for device");
384 Log.e(LOG_TAG, "time out waiting for device");
419 Log.i(LOG_TAG, "waiting for device to be online");
427 Log.e(LOG_TAG, "time out waiting for device");
450 Log.i(LOG_TAG, "waiting for app to launch");
457 Log.e(LOG_TAG, "time out waiting for app to launch: " + packageName);
474 Log.i(LOG_TAG, String.format("adb shell %s", command));
478 Log.i(LOG_TAG, Strin
[all...]
/frameworks/base/core/tests/hosttests/src/android/net/
H A DDownloadManagerHostTests.java37 private static final String LOG_TAG = "android.net.DownloadManagerHostTests"; field in class:DownloadManagerHostTests
135 Log.i(LOG_TAG, "First reboot...");
138 Log.i(LOG_TAG, "Second reboot...");
141 Log.i(LOG_TAG, "Third reboot...");
/frameworks/base/services/input/
H A DInputWindow.cpp17 #define LOG_TAG "InputWindow" macro
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java37 static final String LOG_TAG = "CDMA"; field in class:CdmaSubscriptionSourceManager
185 Log.d(LOG_TAG, "[CdmaSSM] " + s);
189 Log.e(LOG_TAG, "[CdmaSSM] " + s);
193 Log.w(LOG_TAG, "[CdmaSSM] " + s);
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp21 #define LOG_TAG "bcinfo" macro
/frameworks/native/libs/gui/
H A DISurface.cpp17 #define LOG_TAG "ISurface" macro
/frameworks/native/libs/ui/tests/region/
H A Dregion.cpp17 #define LOG_TAG "Region" macro
/frameworks/native/libs/utils/
H A DTrace.cpp17 #define LOG_TAG "Trace" macro
/frameworks/native/libs/utils/tests/
H A DVector_test.cpp17 #define LOG_TAG "Vector_test" macro
/frameworks/rs/cpp/
H A DBaseObj.cpp17 #define LOG_TAG "libRS_cpp" macro

Completed in 345 milliseconds

1234567891011>>