Searched defs:logMessage (Results 1 – 3 of 3) sorted by relevance
61 static final void warning(String logMessage, Object... objs) { in warning()65 private void warningInternal(String logMessage) { in warningInternal()72 static final void error(String logMessage, Object... objs) { in error()76 private void errorInternal(String logMessage) { in errorInternal()83 static final void debug(String logMessage, Object... objs) { in debug()87 private void debugInternal(String logMessage) { in debugInternal()93 private static final String toLogString(String logMessage, Object[] objs) { in toLogString()110 private static String updateLog(HashMap<String, Pair<Long, Integer>> cache, String logMessage) { in updateLog() argument
42 String rawEvent, String logMessage, FileDescriptor[] fdList) { in NativeDaemonEvent()166 String logMessage = rawEvent; in parseRawEvent() local
319 String logMessage = "Injection of move event as part of the drag failed. " + in sendLinearDrag() local340 String logMessage = "Injection of up event as part of the drag failed. " + in sendLinearDrag() local384 String logMessage = "Injection of up event as part of the double tap " + in performDoubleTap() local