Lines Matching full:prefs
38 // Prefs used to store the target channel and powerwash settings.
72 // channel where we got the image from in prefs at the time of the update, so
79 if (!system_state->prefs()->Exists(current_channel_key) ||
80 !system_state->prefs()->GetString(current_channel_key, ¤t_channel))
92 PrefsInterface* const prefs = system_state->prefs();
93 if (!prefs->GetString(kPrefsImgPropChannelName, &result.target_channel))
95 if (!prefs->GetBoolean(kPrefsImgPropPowerwashAllowed,
104 PrefsInterface* const prefs = system_state->prefs();
106 prefs->SetString(kPrefsImgPropChannelName, properties.target_channel) &&
107 prefs->SetBoolean(kPrefsImgPropPowerwashAllowed,