Home
last modified time | relevance | path

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

/lifecycle/lifecycle-common/src/jvmMain/kotlin/androidx/lifecycle/
DMethodCallsLogger.jvm.kt22 private val calledMethods: MutableMap<String, Int> = HashMap() constant in androidx.lifecycle.MethodCallsLogger
26 val nullableMask = calledMethods[name] in approveCall()
29 calledMethods[name] = mask or type in approveCall()