Searched defs:putLong (Results 1 – 10 of 10) sorted by relevance
71 PrimitiveSink putLong(long l); in putLong() method
59 @Override Hasher putLong(long l); in putLong() method
106 public Hasher putLong(long l) { in putLong() method in AbstractByteHasher
90 @Override public Hasher putLong(long l) { in newHasher() method
123 public Hasher putLong(long l) { in putLong() method in AbstractNonStreamingHashFunction.BufferingHasher
215 public final Hasher putLong(long l) { in putLong() method in AbstractStreamingHashFunction.AbstractStreamingHasher
173 public ByteVector putLong(final long l) { in putLong() method in ByteVector
64 public static boolean putLong(ContentResolver cr, String name, long value) { in putLong() method in ShadowSettings.SettingsImpl
64 public void putLong(String key, long value) { in putLong() method in ShadowBundle
117 public Editor putLong(String key, long value) { in putLong() method in TestSharedPreferences.TestSharedPreferencesEditor