Searched refs:MAX_KEY_LENGTH (Results 1 – 6 of 6) sorted by relevance
94 for (i = 0; i < Preferences.MAX_KEY_LENGTH + 1; i++) { in testPut()231 for (i = 0; i < Preferences.MAX_KEY_LENGTH + 1; i++) { in testPutInt()297 for (i = 0; i < Preferences.MAX_KEY_LENGTH + 1; i++) { in testPutLong()363 for (i = 0; i < Preferences.MAX_KEY_LENGTH + 1; i++) { in testPutBoolean()427 for (i = 0; i < Preferences.MAX_KEY_LENGTH + 1; i++) { in testPutFloat()493 for (i = 0; i < Preferences.MAX_KEY_LENGTH + 1; i++) { in testPutDouble()565 for (i = 0; i < Preferences.MAX_KEY_LENGTH + 1; i++) { in testPutByteArray()
42 StringBuilder key = new StringBuilder(Preferences.MAX_KEY_LENGTH);43 for (int i = 0; i < Preferences.MAX_KEY_LENGTH; i++) {
344 public static final int MAX_KEY_LENGTH = 80; field in Preferences
249 if (key.length() > MAX_KEY_LENGTH) in put()
108 assertEquals(80, Preferences.MAX_KEY_LENGTH); in testConsts()
85 LONG_KEY = LONG_VALUE.substring(0, Preferences.MAX_KEY_LENGTH);