Home
last modified time | relevance | path

Searched refs:EXTRA_LIST_VALUE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DDaydreamActivity.java56 private static final String EXTRA_LIST_VALUE = "list_value"; field in DaydreamActivity
153 long sleepValue = action.getIntent().getLongExtra(EXTRA_LIST_VALUE, 0); in onSetDreamTimeout()
159 int screenOffValue = (int) action.getIntent().getLongExtra(EXTRA_LIST_VALUE, 0); in onSetSystemSleepTimeout()
232 .intent(new Intent().putExtra(EXTRA_LIST_VALUE, loopValue)) in getListActions()