Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java62 private static final String PREF_KEY_SET_UP_INPUTS = "set_up_inputs"; field in SetupUtils
85 mSharedPreferences.getStringSet(PREF_KEY_SET_UP_INPUTS, Collections.emptySet())); in SetupUtils()
280 sp.getStringSet(PREF_KEY_SET_UP_INPUTS, Collections.<String>emptySet())) { in grantEpgPermissionToSetUpPackages()
368 .putStringSet(PREF_KEY_SET_UP_INPUTS, mSetUpInputs) in onInputListUpdated()
444 mSharedPreferences.edit().putStringSet(PREF_KEY_SET_UP_INPUTS, mSetUpInputs).apply(); in onSetupDone()