Searched defs:logDebug (Results 1 – 10 of 10) sorted by relevance
71 private fun logDebug(message: String) { in logDebug() method in com.android.wm.shell.bubbles.BubbleEducationController
219 private void logDebug(String msg) { in logDebug() method in AAAPlusPlusVerifySysuiRequiredTestPropertiesTest
516 static void logDebug(String msg) { in logDebug() method in BrightLineFalsingManager520 static void logDebug(String msg, Throwable throwable) { in logDebug() method in BrightLineFalsingManager
146 public static void logDebug(String msg) { in logDebug() method in FalsingClassifier
505 static void logDebug(String msg) { in logDebug() method in FalsingCollectorImpl
361 void logDebug(String msg) { in logDebug() method in ProximitySensorImpl
221 private void logDebug(String msg) { in logDebug() method in ThresholdSensorImpl
255 private void logDebug(String debugMsg) { in logDebug() method in NtpNetworkTimeHelper
306 private void logDebug(String msg) { in logDebug() method in GnssTimeUpdateService
200 private inline fun Any.logDebug(message: () -> String) { in logDebug() method