Searched refs:turnScreenOnAtStop (Results 1 – 1 of 1) sorted by relevance
78 private boolean turnScreenOnAtStop = true; field in ShowWhenLockedActivity120 setTurnScreenOn(turnScreenOnAtStop); in onStop()152 turnScreenOnAtStop = extras.getBoolean(EXTRA_TURN_SCREEN_ON_STOP, true); in handleExtras()153 Log.v(TAG, "Setting turnScreenOnAtStop to " + turnScreenOnAtStop); in handleExtras()