Searched defs:logMsg (Results 1 – 7 of 7) sorted by relevance
121 final String logMsg = "mode: " + i; in testAcceptOnlyServerAndBroadcastModes() local148 final String logMsg = "stratum: " + i; in testAcceptableStrataOnly() local
90 public void writeEntry(String tag, String logMsg) { in writeEntry()
91 Message logMsg(&logTable); in Parse() local
1901 protected void logWithLocalLog(String logMsg) { in logWithLocalLog()1911 protected void logWithLocalLog(String logMsg, long id) { in logWithLocalLog()1920 protected void logeWithLocalLog(String logMsg) { in logeWithLocalLog()1930 protected void logeWithLocalLog(String logMsg, long id) { in logeWithLocalLog()
270 String logMsg = "Configuration changed:" in updateConfiguration() local
752 String logMsg = "Set system clock using time=" + newTime in setSystemClockUnderWakeLock() local
370 def logMsg(self, level, *args): member in OutputGenerator