Searched refs:APP_FREEZE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
1441 mWmService.mH.removeMessages(H.APP_FREEZE_TIMEOUT); in startFreezingScreen()1442 mWmService.mH.sendEmptyMessageDelayed(H.APP_FREEZE_TIMEOUT, 2000); in startFreezingScreen()
4531 public static final int APP_FREEZE_TIMEOUT = 17; field in WindowManagerService.H4721 case APP_FREEZE_TIMEOUT: { in handleMessage()5517 mH.removeMessages(H.APP_FREEZE_TIMEOUT); in stopFreezingDisplayLocked()