Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DColdRebootStartupLatencyLogger.kt37 private var isInTest = false variable in com.android.launcher3.logging.ColdRebootStartupLatencyLogger
140 if (!BuildConfig.IS_STUDIO_BUILD && !isInTest) { in validateLoggingEventAtStart()
164 if (!BuildConfig.IS_STUDIO_BUILD && !isInTest) { in validateLoggingEventAtEnd()
190 isInTest = true in setIsInTest()