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

1234567891011>>

/frameworks/base/cmds/idmap/
H A Didmap.h5 #define LOG_TAG "idmap" macro
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java43 private static final String LOG_TAG = ShellUiAutomatorBridge.class.getSimpleName(); field in class:ShellUiAutomatorBridge
89 Log.e(LOG_TAG, message, e);
103 Log.e(LOG_TAG, "Error getting screen rotation", e);
117 Log.e(LOG_TAG, "Error getting screen status", e);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java35 private static final String LOG_TAG = "AccessibilityCache"; field in class:AccessibilityCache
60 Log.i(LOG_TAG, "Set windows");
78 Log.i(LOG_TAG, "Caching window: " + window.getId());
160 Log.i(LOG_TAG, "Refreshing cached node.");
201 Log.i(LOG_TAG, "get(" + accessibilityNodeId + ") = " + info);
258 Log.i(LOG_TAG, "add(" + info + ")");
308 Log.i(LOG_TAG, "clear()");
334 Log.i(LOG_TAG, "clearNodesForWindowLocked(" + windowId + ")");
359 Log.i(LOG_TAG, "Clearing cached subtree.");
412 Log.e(LOG_TAG, "Duplicat
[all...]
/frameworks/base/native/android/
H A Dnative_activity.cpp17 #define LOG_TAG "native_activity" macro
H A Dobb.cpp17 #define LOG_TAG "NObb" macro
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DCustomPrinterIconCache.java41 private final static String LOG_TAG = "CustomPrinterIconCache"; field in class:CustomPrinterIconCache
77 Log.e(LOG_TAG, "Could not compute custom printer icon file name", e);
100 Log.e(LOG_TAG, "Could not read icon from " + iconFile, e);
151 Log.e(LOG_TAG, "Could not write icon for " + printerId + " to storage", e);
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp21 #define LOG_TAG "bcinfo" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DVoiceMailConstants.java41 static final String LOG_TAG = "VoiceMailConstants"; field in class:VoiceMailConstants
82 Rlog.w(LOG_TAG, "Can't open " +
110 Rlog.w(LOG_TAG, "Exception in Voicemail parser " + e);
112 Rlog.w(LOG_TAG, "Exception in Voicemail parser " + e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java75 static final String LOG_TAG = "SmsMessage"; field in class:SmsMessage
118 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
121 Log.e(LOG_TAG, "SMS PDU parsing failed with out of memory: ", e);
248 Rlog.w(LOG_TAG, "SMS parsing failed: Trying to parse a free record");
267 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
277 Rlog.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode.");
381 Rlog.w(LOG_TAG, "getProtocolIdentifier: is not supported in CDMA mode.");
391 Rlog.w(LOG_TAG, "isReplace: is not supported in CDMA mode.");
401 Rlog.w(LOG_TAG, "isCphsMwiMessage: is not supported in CDMA mode.");
452 Rlog.w(LOG_TAG, "isReplyPathPresen
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java52 static final String LOG_TAG = "SmsMessage"; field in class:SmsMessage
104 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
107 Rlog.e(LOG_TAG, "SMS PDU parsing failed with out of memory: ", e);
135 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
147 Rlog.e(LOG_TAG, "CDS SMS PDU parsing failed: ", ex);
172 Rlog.w(LOG_TAG,
188 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
258 Rlog.w(LOG_TAG, "Updating language table in SMS header: "
291 Rlog.e(LOG_TAG,
304 Rlog.e(LOG_TAG,
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java72 protected static final String LOG_TAG = "android.net.DownloadManagerBaseTest"; field in class:DownloadManagerBaseTest
124 Log.i(LOG_TAG, "Seeding RNG with value: " + seed);
140 Log.i(LOG_TAG, "Received Notification for download: " + id);
143 Log.i(LOG_TAG, "MultipleDownloadsCompletedReceiver got intent: " +
155 Log.i(LOG_TAG, "Download status is: " + status);
163 Log.i(LOG_TAG, "Notification for id: " + id + " has already been made.");
213 Log.i(LOG_TAG, "ConnectivityManager state change: " + intent.getAction());
229 Log.i(LOG_TAG, "WiFi Connection state is currently: " + info.isConnected());
318 Log.i(LOG_TAG, "Generating data of size: " + size);
453 Log.i(LOG_TAG, "columnNam
[all...]
/frameworks/av/services/camera/libcameraservice/utils/
H A DCameraTraces.cpp17 #define LOG_TAG "CameraTraces" macro
59 pcs.log(LOG_TAG, ANDROID_LOG_VERBOSE);
/frameworks/base/core/java/android/printservice/
H A DPrinterDiscoverySession.java84 private static final String LOG_TAG = "PrinterDiscoverySession"; field in class:PrinterDiscoverySession
119 Log.e(LOG_TAG, "Error sending added printers", re);
171 Log.w(LOG_TAG, "Not adding printers - session destroyed.");
195 Log.e(LOG_TAG, "Error sending added printers", re);
235 Log.w(LOG_TAG, "Not removing printers - session destroyed.");
256 Log.e(LOG_TAG, "Error sending removed printers", re);
298 Log.e(LOG_TAG, "Error sending added printers", re);
318 Log.e(LOG_TAG, "Error sending removed printers", re);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DVideoTrackDecoder.java30 private static final String LOG_TAG = "VideoTrackDecoder"; field in class:VideoTrackDecoder
46 Log.w(LOG_TAG, "frame is not ready - the caller has to wait for a corresponding " +
/frameworks/native/cmds/installd/
H A Dotapreopt_chroot.cpp25 #ifndef LOG_TAG
26 #define LOG_TAG "otapreopt" macro
/frameworks/native/services/surfaceflinger/
H A DLayerDim.cpp18 #undef LOG_TAG macro
19 #define LOG_TAG "LayerDim" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailBringUp.java28 private static final String LOG_TAG = "DcFailBringUp"; field in class:DcFailBringUp
78 Rlog.d(LOG_TAG, s);
H A DDcTesterDeactivateAll.java35 private static final String LOG_TAG = "DcTesterDeacativateAll"; field in class:DcTesterDeactivateAll
92 Rlog.d(LOG_TAG, s);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTest.java41 private static final String LOG_TAG = "RSTest_Compat"; field in class:RSTest
61 Log.v(LOG_TAG, message);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTest.java41 private static final String LOG_TAG = "RSTest_CompatLegacy"; field in class:RSTest
61 Log.v(LOG_TAG, message);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTest.java41 private static final String LOG_TAG = "RSTest"; field in class:RSTest
61 Log.v(LOG_TAG, message);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTest_v11.java43 private static final String LOG_TAG = "libRS_jni"; field in class:RSTest_v11
79 Log.v(LOG_TAG, message);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTest_v14.java42 private static final String LOG_TAG = "RSTest_v14"; field in class:RSTest_v14
86 Log.v(LOG_TAG, message);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTest_v16.java42 private static final String LOG_TAG = "RSTest_v16"; field in class:RSTest_v16
86 Log.v(LOG_TAG, message);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java53 protected static final String LOG_TAG = "android.net.DownloadManagerBaseTest"; field in class:DownloadManagerBaseTest
91 Log.i(LOG_TAG, "ConnectivityManager state change: " + intent.getAction());
107 Log.i(LOG_TAG, "WiFi Connection state is currently: " + info.isConnected());
142 Log.i(LOG_TAG, "Received Notification for download: " + id);
148 Log.i(LOG_TAG,
194 Log.i(LOG_TAG, String.format("Timeout while waiting for %d to finish", id));
217 Log.i(LOG_TAG, "Timeout waiting for multiple downloads to finish");
284 Log.i(LOG_TAG, "Setting WiFi State to: " + enable);
426 Log.i(LOG_TAG, "Waiting for SD card...");
449 Log.i(LOG_TAG, "Waitin
[all...]

Completed in 1184 milliseconds

1234567891011>>