Searched refs:PREF_KEY_SET_UP_INPUTS (Results 1 – 1 of 1) sorted by relevance
62 private static final String PREF_KEY_SET_UP_INPUTS = "set_up_inputs"; field in SetupUtils85 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()