Home
last modified time | relevance | path

Searched refs:logMessage (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiLogger.java63 private void warningInternal(String logMessage) { in warningInternal() argument
78 private void errorInternal(String logMessage) { in errorInternal() argument
79 String log = updateLog(mErrorTimingCache, logMessage); in errorInternal()
89 private void debugInternal(String logMessage) { in debugInternal() argument
91 Slog.d(TAG, logMessage); in debugInternal()
97 return String.format(logMessage, objs); in toLogString()
99 return logMessage; in toLogString()
114 Pair<Long, Integer> timing = cache.get(logMessage); in updateLog()
116 String log = buildMessage(logMessage, timing); in updateLog()
117 cache.put(logMessage, new Pair<>(curTime, 1)); in updateLog()
[all …]
/aosp14/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java458 private void logMessage(String message) {
466 if (DEBUG) logMessage("MSG_TILE_ADDED");
470 if (DEBUG) logMessage("MSG_TILE_REMOVED");
478 if (DEBUG) logMessage("MSG_STOP_LISTENING");
485 if (DEBUG) logMessage("MSG_START_LISTENING");
492 if (DEBUG) logMessage("MSG_TILE_CLICKED");
497 if (DEBUG) logMessage("MSG_UNLOCK_COMPLETE");
503 if (DEBUG) logMessage("MSG_START_SUCCESS");
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DDragAction.java177 String logMessage = "Injection of up event as part of the triple "
179 Log.d(TAG, logMessage);
322 String logMessage = "Injection of move event as part of the drag failed. " + in sendLinearDrag() local
324 Log.e(TAG, logMessage); in sendLinearDrag()
343 String logMessage = "Injection of up event as part of the drag failed. " + in sendLinearDrag() local
345 Log.e(TAG, logMessage); in sendLinearDrag()
387 String logMessage = "Injection of up event as part of the double tap " + in performDoubleTap() local
389 Log.d(TAG, logMessage); in performDoubleTap()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DBinderLogger.kt75 StrictMode.noteSlowCall(analysis.logMessage)
77 Log.v(TAG, analysis.logMessage, tr)
133 val logMessage: String
140 logMessage =
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DDumpUtils.java84 private static void logMessage(PrintWriter pw, String msg) { in logMessage() method in DumpUtils
98 logMessage(pw, "Permission Denial: can't dump " + tag + " from from pid=" in checkDumpPermission()
129 logMessage(pw, "Permission Denial: can't dump " + tag + " from from pid=" in checkUsageStatsPermission()
155 logMessage(pw, "Permission Denial: can't dump " + tag + " from from pid=" in checkUsageStatsPermission()
/aosp14/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java428 String logMessage = "Stale Sessions Cleaned:\n"; in cleanupStaleSessions() local
441 logMessage += session.printFullSessionTree() + "\n"; in cleanupStaleSessions()
446 Log.w(LOGGING_TAG, logMessage); in cleanupStaleSessions()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerImpl.java765 logMessage -> { in onReceive()
766 logMessage.setStr1(action); in onReceive()
769 logMessage -> String.format( in onReceive()
772 logMessage.getStr1())); in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java410 final StringBuilder logMessage = new StringBuilder(); field in ActivityStarter.Request
744 mRequest.logMessage.append(" result code=").append(res); in execute()
745 Slog.i(TAG, mRequest.logMessage.toString()); in execute()
746 mRequest.logMessage.setLength(0); in execute()
951 request.logMessage.append("START u").append(userId).append(" {") in executeRequest()
957 request.logMessage.append(" (realCallingUid=").append(realCallingUid).append(")"); in executeRequest()
1128 request.logMessage.append(" (").append( in executeRequest()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp224 LogMessageFields logMessage; member
245 clazz = gFields.logMessage.classId; in hidlLogMessagesToJavaList()
247 jobject jLog = env->NewObject(clazz, gFields.logMessage.init, in hidlLogMessagesToJavaList()
975 gFields.logMessage.classId = static_cast<jclass>(env->NewGlobalRef(clazz)); in android_media_MediaDrm_native_init()
976 GET_METHOD_ID(gFields.logMessage.init, clazz, "<init>", "(JILjava/lang/String;)V"); in android_media_MediaDrm_native_init()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1361 String logMessage = "Unexpected GNSS Location report " in handleReportLocation() local
1365 Log.e(TAG, logMessage); in handleReportLocation()
1367 Log.w(TAG, logMessage); in handleReportLocation()