Searched refs:INVALID_DELAY (Results 1 – 4 of 4) sorted by relevance
79 public static final int INVALID_DELAY = -1; field in WaitResult
11 import static android.app.WaitResult.INVALID_DELAY;315 int mSourceEventDelayMs = INVALID_DELAY;319 int mStartingWindowDelayMs = INVALID_DELAY;321 int mBindApplicationDelayMs = INVALID_DELAY;490 this(info, info.mLastLaunchedActivity, INVALID_DELAY); in TransitionInfoSnapshot()1165 if (info.startingWindowDelayMs != INVALID_DELAY) { in logAppTransition()1169 if (info.bindApplicationDelayMs != INVALID_DELAY) { in logAppTransition()
33 import static android.app.WaitResult.INVALID_DELAY;634 reportActivityLaunched(false /* timeout */, r, WaitResult.INVALID_DELAY, in stopWaitingForActivityVisible()1447 reportActivityLaunched(fromTimeout, r, INVALID_DELAY, -1 /* launchState */); in activityIdleInternal()
42 import static android.app.WaitResult.INVALID_DELAY;7016 final int windowsDrawnDelayMs = validInfo ? info.windowsDrawnDelayMs : INVALID_DELAY; in onWindowsDrawn()