Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DWaitResult.java79 public static final int INVALID_DELAY = -1; field in WaitResult
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java7 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()
H A DActivityTaskSupervisor.java33 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()
H A DActivityRecord.java36 import static android.app.WaitResult.INVALID_DELAY;
6800 final int windowsDrawnDelayMs = validInfo ? info.windowsDrawnDelayMs : INVALID_DELAY; in onWindowsDrawn()