Searched refs:mIntegerToSpanish (Results 1 – 1 of 1) sorted by relevance
210 Map<Integer, String> mIntegerToSpanish = Maps.newHashMap(); in testComposition() local211 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() local254 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()