Home | History | Annotate | Download | only in phone

Lines Matching refs:PowerManager

44 import android.os.PowerManager;
206 private PowerManager mPowerManager;
208 private PowerManager.WakeLock mWakeLock;
209 private PowerManager.WakeLock mPartialWakeLock;
429 mPowerManager = (PowerManager) getSystemService(Context.POWER_SERVICE);
430 mWakeLock = mPowerManager.newWakeLock(PowerManager.FULL_WAKE_LOCK, LOG_TAG);
432 mPartialWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK
433 | PowerManager.ON_AFTER_RELEASE, LOG_TAG);
892 * Manually pokes the PowerManager's userActivity method. Since we