Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java66 private final Set<String> mSetUpInputs; field in SetupUtils
74 mSetUpInputs = new ArraySet<>(); in SetupUtils()
75 mSetUpInputs.addAll(mSharedPreferences.getStringSet(PREF_KEY_SET_UP_INPUTS, in SetupUtils()
220 boolean done = mSetUpInputs.contains(inputId); in isSetupDone()
355 mSetUpInputs.remove(input); in onInputListUpdated()
361 mSharedPreferences.edit().putStringSet(PREF_KEY_SET_UP_INPUTS, mSetUpInputs) in onInputListUpdated()
386 if (!mSetUpInputs.contains(inputId)) { in onSetupDone()
387 mSetUpInputs.add(inputId); in onSetupDone()
388 mSharedPreferences.edit().putStringSet(PREF_KEY_SET_UP_INPUTS, mSetUpInputs).apply(); in onSetupDone()