Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DDaydreamActivity.java228 long loopValue = Long.parseLong(sleepOptionValues[index]); in getListActions() local
231 .checked(loopValue == value) in getListActions()
232 .intent(new Intent().putExtra(EXTRA_LIST_VALUE, loopValue)) in getListActions()
249 long loopValue = Long.parseLong(sleepOptionValues[index]); in getEntry() local
250 if (loopValue == value) { in getEntry()