Home
last modified time | relevance | path

Searched defs:watchFragments (Results 1 – 1 of 1) sorted by relevance

/external/leakcanary2/leakcanary-object-watcher-android-core/src/main/java/leakcanary/
DAppWatcher.kt146 val watchFragments: Boolean = true, constant in leakcanary.AppWatcher.Config
169 private var watchFragments = config.watchFragments in newBuilder() variable in leakcanary.AppWatcher.Config
185 fun watchFragments(watchFragments: Boolean) = in newBuilder() method