Searched refs:APP_FREEZE_TIMEOUT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java4423 mH.removeMessages(H.APP_FREEZE_TIMEOUT);
4424 mH.sendEmptyMessageDelayed(H.APP_FREEZE_TIMEOUT, 5000);
7057 public static final int APP_FREEZE_TIMEOUT = 17; field in class:WindowManagerService.H
7367 case APP_FREEZE_TIMEOUT: {
9956 mH.removeMessages(H.APP_FREEZE_TIMEOUT);

Completed in 104 milliseconds