Searched defs:wakeLockSummary (Results 1 – 2 of 2) sorted by relevance
130 long getScreenTimeoutOverrideLocked(int wakeLockSummary, long screenOffTimeout) { in getScreenTimeoutOverrideLocked()146 void onUserActivity(int wakeLockSummary, @PowerManager.UserActivityEvent int event) { in onUserActivity()173 void checkScreenWakeLock(int wakeLockSummary) { in checkScreenWakeLock()187 void onWakefulnessChange(int wakeLockSummary, int globalWakefulness) { in onWakefulnessChange()197 private boolean isWakeLockAcquired(int wakeLockSummary) { in isWakeLockAcquired()
401 final int wakeLockSummary = getWakeLockSummaryLocked(); in getDesiredScreenPolicyLocked() local