Searched refs:APP_TRANSITION_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
58 public static final int APP_TRANSITION_TIMEOUT = 3; field in ActivityManagerInternal
5 import static android.app.ActivityManagerInternal.APP_TRANSITION_TIMEOUT;1085 mService.mH.removeMessages(H.APP_TRANSITION_TIMEOUT); in handleAppTransitionReadyLocked()1354 int reason = APP_TRANSITION_TIMEOUT; in transitionGoodToGo()
1938 mService.mH.removeMessages(H.APP_TRANSITION_TIMEOUT); in prepareAppTransitionLocked()1939 … mService.mH.sendEmptyMessageDelayed(H.APP_TRANSITION_TIMEOUT, APP_TRANSITION_TIMEOUT_MS); in prepareAppTransitionLocked()
7946 public static final int APP_TRANSITION_TIMEOUT = 13; field in WindowManagerService.H8258 case APP_TRANSITION_TIMEOUT: { in handleMessage()