Searched refs:putByteArray (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldPreferencesTest.java98 p.putByteArray(null, null);
229 pref.putByteArray("testGetByteArrayKey3", b64Array);
230 pref.putByteArray("testGetByteArrayKey4", "abc".getBytes());
557 pref.putByteArray(null, new byte[0]);
562 pref.putByteArray("testPutByteArrayKey4", null);
567 pref.putByteArray(longKey, new byte[0]);
569 pref.putByteArray(longKey + "a", new byte[0]);
575 pref.putByteArray(longKey, longArray);
577 pref.putByteArray(longKey, longerArray);
582 pref.putByteArray("testPutByteArrayKe
1066 public void putByteArray(String key, byte[] value) { method in class:OldPreferencesTest.MockPreferences
[all...]
H A DOldAbstractPreferencesTest.java546 pref.putByteArray("Array", bArray);
556 pref.putByteArray(null, bArray);
569 pref.putByteArray(new String(sb), bArray);
578 pref.putByteArray("Big array", bArray);
587 pref.putByteArray("Array", new byte[10]);
601 pref.putByteArray("Array", bArray);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DAbstractPreferencesTest.java261 pref.putByteArray(null, new byte[0]);
266 pref.putByteArray("testPutByteArrayKey4", null);
271 pref.putByteArray(LONG_KEY, new byte[0]);
273 pref.putByteArray(LONG_KEY + "a", new byte[0]);
279 pref.putByteArray(LONG_KEY, longArray);
281 pref.putByteArray(LONG_KEY, longerArray);
286 pref.putByteArray("testPutByteArrayKey", new byte[0]);
291 pref.putByteArray("testPutByteArrayKey3", new byte[] { 'a', 'b', 'c' });
319 pref.putByteArray("testGetByteArrayKey3", b64Array);
320 pref.putByteArray("testGetByteArrayKey
[all...]
H A DPreferencesTest.java356 public void putByteArray(String key, byte[] value) { method in class:PreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/java/util/prefs/
H A DPreferences.java792 public abstract void putByteArray(String key, byte[] value); method in class:Preferences
802 * in conjunction with {@link #putByteArray}.
829 * @see #putByteArray(String,byte[])
H A DAbstractPreferences.java620 * Implements the <tt>putByteArray</tt> method as per the specification in
621 * {@link Preferences#putByteArray(String,byte[])}.
631 public void putByteArray(String key, byte[] value) { method in class:AbstractPreferences

Completed in 251 milliseconds