Home | History | Annotate | Download | only in phone

Lines Matching defs:preventScreenOn

1085      * Wrapper around the PowerManagerService.preventScreenOn() API.
1090 /* package */ void preventScreenOn(boolean prevent) {
1091 if (VDBG) Log.d(LOG_TAG, "- preventScreenOn(" + prevent + ")...");
1093 mPowerManagerService.preventScreenOn(prevent);
1095 Log.w(LOG_TAG, "mPowerManagerService.preventScreenOn() failed: " + e);