Lines Matching refs:prevent
1069 * This allows the in-call UI to prevent the screen from turning on1073 /* 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.)