Searched refs:APP_TRANSITION_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
66 public static final int APP_TRANSITION_TIMEOUT = 3; field in ActivityManagerInternal
11 import static android.app.ActivityManagerInternal.APP_TRANSITION_TIMEOUT;84 private int reason = APP_TRANSITION_TIMEOUT;
249 mService.mH.removeMessages(H.APP_TRANSITION_TIMEOUT); in handleAppTransitionReadyLocked()
2062 mService.mH.removeMessages(H.APP_TRANSITION_TIMEOUT); in prepareAppTransitionLocked()2063 … mService.mH.sendEmptyMessageDelayed(H.APP_TRANSITION_TIMEOUT, APP_TRANSITION_TIMEOUT_MS); in prepareAppTransitionLocked()
4754 public static final int APP_TRANSITION_TIMEOUT = 13; field in WindowManagerService.H4889 case APP_TRANSITION_TIMEOUT: { in handleMessage()