Searched refs:MSG_PAROLE_END_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
193 static final int MSG_PAROLE_END_TIMEOUT = 7; field in AppStandbyController533 mHandler.removeMessages(MSG_PAROLE_END_TIMEOUT); in postParoleEndTimeout()534 mHandler.sendEmptyMessageDelayed(MSG_PAROLE_END_TIMEOUT, mAppIdleParoleDurationMillis); in postParoleEndTimeout()1643 case MSG_PAROLE_END_TIMEOUT: in handleMessage()