Searched defs:MAX_VALUE_LENGTH (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/prefs/
H A DPreferences.java263 public static final int MAX_VALUE_LENGTH = 8*1024; field in class:Preferences
452 * <tt>MAX_VALUE_LENGTH</tt>.
777 * to three quarters of <tt>MAX_VALUE_LENGTH</tt> so that the length
778 * of the Base64 encoded String does not exceed <tt>MAX_VALUE_LENGTH</tt>.
786 * or if value.length exceeds MAX_VALUE_LENGTH*3/4.

Completed in 28 milliseconds