Searched defs:cs (Results 1 – 3 of 3) sorted by relevance
32 CachedSupplier<String> cs = new CachedSupplier<>(ts); in testGetsOnlyOnce() local51 CachedSupplier<String> cs = new CachedSupplier<>(ts); in cacheCanBePreset() local61 CachedSupplier<String> cs = new CachedSupplier<>(() -> { in exceptionThrownBySupplier() local87 CachedSupplier<String> cs = new CachedSupplier<>(ts); in reset() local
275 private static byte[] encodePassword(char[] pwd, Charset cs) throws IOException { in encodePassword()
332 CarrierSettings.Builder cs = CarrierSettings.newBuilder().setCanonicalName(cname); in convert() local