Home | History | Annotate | Download | only in phone

Lines Matching refs:prevent

1069      * This allows the in-call UI to prevent the screen from turning on
1073 /* package */ void preventScreenOn(boolean prevent) {
1074 if (VDBG) Log.d(LOG_TAG, "- preventScreenOn(" + prevent + ")...");
1076 mPowerManagerService.preventScreenOn(prevent);
1089 * prevent the device from going to sleep.)