Searched refs:APP_FREEZE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
1457 mWmService.mH.removeMessages(H.APP_FREEZE_TIMEOUT); in startFreezingScreen()1458 mWmService.mH.sendEmptyMessageDelayed(H.APP_FREEZE_TIMEOUT, 2000); in startFreezingScreen()
4546 public static final int APP_FREEZE_TIMEOUT = 17; field in WindowManagerService.H4738 case APP_FREEZE_TIMEOUT: { in handleMessage()5530 mH.removeMessages(H.APP_FREEZE_TIMEOUT); in stopFreezingDisplayLocked()