Home | History | Annotate | Download | only in content

Lines Matching refs:defValue

249      * @param defValue Value to return if this preference does not exist.
251 * @return Returns the preference value if it exists, or defValue. Throws
258 String getString(String key, @Nullable String defValue);
283 * @param defValue Value to return if this preference does not exist.
285 * @return Returns the preference value if it exists, or defValue. Throws
291 int getInt(String key, int defValue);
297 * @param defValue Value to return if this preference does not exist.
299 * @return Returns the preference value if it exists, or defValue. Throws
305 long getLong(String key, long defValue);
311 * @param defValue Value to return if this preference does not exist.
313 * @return Returns the preference value if it exists, or defValue. Throws
319 float getFloat(String key, float defValue);
325 * @param defValue Value to return if this preference does not exist.
327 * @return Returns the preference value if it exists, or defValue. Throws
333 boolean getBoolean(String key, boolean defValue);