Searched refs:MSG_PAROLE_END_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
196 static final int MSG_PAROLE_END_TIMEOUT = 7; field in AppStandbyController576 mHandler.removeMessages(MSG_PAROLE_END_TIMEOUT); in postParoleEndTimeout()577 mHandler.sendEmptyMessageDelayed(MSG_PAROLE_END_TIMEOUT, mAppIdleParoleDurationMillis); in postParoleEndTimeout()1740 case MSG_PAROLE_END_TIMEOUT: in handleMessage()