Home
last modified time | relevance | path

Searched refs:mIntegerToSpanish (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DFunctionsTest.java210 Map<Integer, String> mIntegerToSpanish = Maps.newHashMap(); in testComposition() local
211 mIntegerToSpanish.put(1, "Uno"); in testComposition()
212 mIntegerToSpanish.put(3, "Tres"); in testComposition()
213 mIntegerToSpanish.put(4, "Cuatro"); in testComposition()
215 Functions.forMap(mIntegerToSpanish); in testComposition()
253 Map<Integer, String> mIntegerToSpanish = Maps.newHashMap(); in testComposition_includeReserializabled() local
254 mIntegerToSpanish.put(1, "Uno"); in testComposition_includeReserializabled()
255 mIntegerToSpanish.put(3, "Tres"); in testComposition_includeReserializabled()
256 mIntegerToSpanish.put(4, "Cuatro"); in testComposition_includeReserializabled()
258 Functions.forMap(mIntegerToSpanish); in testComposition_includeReserializabled()