Searched defs:debugLog (Results 1 – 10 of 10) sorted by relevance
36 protected fun debugLog(block: () -> String) { in debugLog() method in com.android.statementservice.domain.BaseDomainVerificationReceiver
26 inline fun Any.debugLog( in debugLog() method
65 inline fun Any.debugLog( in debugLog() method
143 private fun debugLog(msg: String) { in debugLog() method in com.android.systemui.shade.ShadeExpansionStateManager
243 private void debugLog(int uid, long changeId, int state) { in debugLog() method in ChangeReporter
46 private inline fun debugLog(generateMsg: () -> String) { in <lambda>() method
74 private inline fun debugLog(generateMsg: () -> String) { in debugLog() method
342 private fun <T> Flow<T>.debugLog(flowName: String): Flow<T> { in debugLog() method
443 private inline fun debugLog( in debugLog() method
260 public static void debugLog(String s) { in debugLog() method in StackScrollAlgorithm