Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DMapsCollectionTest.java645 private static final EntryTransformer<String, String, String> DECODE_ENTRY_TRANSFORMER = field in MapsCollectionTest
693 return Maps.transformEntries(map, DECODE_ENTRY_TRANSFORMER); in transformMapSuite()
738 return Maps.transformEntries(map, DECODE_ENTRY_TRANSFORMER); in transformSortedMapSuite()
781 return Maps.transformEntries(map, DECODE_ENTRY_TRANSFORMER); in transformNavigableMapSuite()
/external/guava/android/guava-tests/test/com/google/common/collect/
DMapsCollectionTest.java645 private static final EntryTransformer<String, String, String> DECODE_ENTRY_TRANSFORMER = field in MapsCollectionTest
693 return Maps.transformEntries(map, DECODE_ENTRY_TRANSFORMER); in transformMapSuite()
738 return Maps.transformEntries(map, DECODE_ENTRY_TRANSFORMER); in transformSortedMapSuite()
781 return Maps.transformEntries(map, DECODE_ENTRY_TRANSFORMER); in transformNavigableMapSuite()