Searched refs:PREF_KEY_SET_UP_INPUTS (Results 1 – 1 of 1) sorted by relevance
58 private static final String PREF_KEY_SET_UP_INPUTS = "set_up_inputs"; field in SetupUtils79 mSharedPreferences.getStringSet(PREF_KEY_SET_UP_INPUTS, Collections.emptySet())); in SetupUtils()268 sp.getStringSet(PREF_KEY_SET_UP_INPUTS, Collections.<String>emptySet())) { in grantEpgPermissionToSetUpPackages()356 .putStringSet(PREF_KEY_SET_UP_INPUTS, mSetUpInputs) in onInputListUpdated()386 mSharedPreferences.edit().putStringSet(PREF_KEY_SET_UP_INPUTS, mSetUpInputs).apply(); in onSetupDone()