Searched defs:putInt (Results 1 – 10 of 10) sorted by relevance
66 PrimitiveSink putInt(int i); in putInt() method
100 public Hasher putInt(int i) { in putInt() method in AbstractByteHasher
58 @Override Hasher putInt(int i); in putInt() method
83 @Override public Hasher putInt(int i) { in newHasher() method
127 public Hasher putInt(int i) { in putInt() method in AbstractNonStreamingHashFunction.BufferingHasher
225 public final Hasher putInt(int i) { in putInt() method in AbstractStreamingHashFunction.AbstractStreamingHasher
152 public ByteVector putInt(final int i) { in putInt() method in ByteVector
25 public static boolean putInt(ContentResolver cr, String name, int value) { in putInt() method in ShadowSettings.SettingsImpl
80 public void putInt(String key, int value) { in putInt() method in ShadowBundle
110 public Editor putInt(String key, int value) { in putInt() method in TestSharedPreferences.TestSharedPreferencesEditor