HomeSort by relevance Sort by last modified time
    Searched refs:preventScreenOn (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/os/
IPowerManager.aidl 37 void preventScreenOn(boolean prevent);
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java     [all...]
InCallScreen.java 420 // Undo our previous call to preventScreenOn(true).
423 // prior preventScreenOn(true) call.)
424 app.preventScreenOn(false);
    [all...]
CallNotifier.java 651 // to call preventScreenOn(), which tells the PowerManager that
654 // call" sequence. The corresponding preventScreenOn(false) call
668 mApplication.preventScreenOn(true);
    [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 572 PowerManager.PARTIAL_WAKE_LOCK, "PreventScreenOn Partial", false);
    [all...]

Completed in 92 milliseconds