Searched refs:INVALID_DELAY (Results 1 – 4 of 4) sorted by relevance
65 public static final int INVALID_DELAY = -1; field in WaitResult
131 private static final int INVALID_DELAY = -1; field in ActivityMetricsLogger205 int mStartingWindowDelayMs = INVALID_DELAY;207 int mBindApplicationDelayMs = INVALID_DELAY;341 this(info, info.mLastLaunchedActivity, INVALID_DELAY); in TransitionInfoSnapshot()830 if (info.startingWindowDelayMs != INVALID_DELAY) { in logAppTransition()834 if (info.bindApplicationDelayMs != INVALID_DELAY) { in logAppTransition()917 return info != null ? info.mWindowsDrawnDelayMs : INVALID_DELAY; in getLastDrawnDelayMs()
30 import static android.app.WaitResult.INVALID_DELAY;556 stopWaitingForActivityVisible(r, WaitResult.INVALID_DELAY); in cleanupActivity()1267 reportActivityLaunchedLocked(fromTimeout, r, INVALID_DELAY, in activityIdleInternal()
37 import static android.app.WaitResult.INVALID_DELAY;5334 final int windowsDrawnDelayMs = validInfo ? info.windowsDrawnDelayMs : INVALID_DELAY; in onWindowsDrawn()