Searched refs:INVALID_DELAY (Results 1 – 4 of 4) sorted by relevance
79 public static final int INVALID_DELAY = -1; field in WaitResult
7 import static android.app.WaitResult.INVALID_DELAY;307 int mSourceEventDelayMs = INVALID_DELAY;311 int mStartingWindowDelayMs = INVALID_DELAY;313 int mBindApplicationDelayMs = INVALID_DELAY;479 this(info, info.mLastLaunchedActivity, INVALID_DELAY); in TransitionInfoSnapshot()1109 if (info.startingWindowDelayMs != INVALID_DELAY) { in logAppTransition()1113 if (info.bindApplicationDelayMs != INVALID_DELAY) { in logAppTransition()
33 import static android.app.WaitResult.INVALID_DELAY;628 reportActivityLaunched(false /* timeout */, r, WaitResult.INVALID_DELAY, in stopWaitingForActivityVisible()1409 reportActivityLaunched(fromTimeout, r, INVALID_DELAY, -1 /* launchState */); in activityIdleInternal()
36 import static android.app.WaitResult.INVALID_DELAY;6800 final int windowsDrawnDelayMs = validInfo ? info.windowsDrawnDelayMs : INVALID_DELAY; in onWindowsDrawn()