Home
last modified time | relevance | path

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

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