Home | History | Annotate | Download | only in server

Lines Matching refs:totalDelay

2945             int totalDelay = mScreenOffTimeoutSetting;
2946 if (totalDelay > mMaximumScreenOffTimeout) {
2947 totalDelay = mMaximumScreenOffTimeout;
2950 if (totalDelay < 0) {
2953 } else if (mKeylightDelay < totalDelay) {
2957 mScreenOffDelay = totalDelay - mKeylightDelay;
2961 if (mDimScreen && totalDelay >= (LONG_KEYLIGHT_DELAY + LONG_DIM_TIME)) {