OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Maps
(Results
276 - 300
of
573
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java
45
import com.google.common.collect.
Maps
;
66
private static Map<String, List<Map<String, Object>>> MOCK_QUERY_RESULTS =
Maps
.newHashMap();
172
MOCK_QUERY_RESULTS =
Maps
.newHashMap();
183
Map<String, Object> conversationMap =
Maps
.newHashMap();
250
Map<String, Object> messageMap =
Maps
.newHashMap();
268
Map<String, Object> attachmentMap =
Maps
.newHashMap();
285
Map<String, Object> folderMap =
Maps
.newHashMap();
303
Map<String, Object> accountMap =
Maps
.newHashMap();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTileGrid.java
39
import com.google.common.collect.
Maps
;
66
mAttachmentPreviews =
Maps
.newHashMap();
ConversationViewState.java
27
import com.google.common.collect.
Maps
;
41
private final Map<Uri, MessageViewState> mMessageViewStates =
Maps
.newHashMap();
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java
6
import com.google.android.collect.
Maps
;
84
HashMap<Long, DataStatus> statuses =
Maps
.newHashMap();
ContactsSource.java
20
import com.google.android.collect.
Maps
;
74
private HashMap<String, DataKind> mMimeKinds =
Maps
.newHashMap();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java
30
import com.google.android.collect.
Maps
;
87
private final Map<String, String> mCache =
Maps
.newHashMap();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DeletionHandler.java
33
import com.google.common.collect.
Maps
;
71
mNodeMap =
Maps
.newHashMapWithExpectedSize(mChildren.length);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java
22
import com.google.common.collect.
Maps
;
89
Maps
.newHashMapWithExpectedSize(2);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMapTest.java
165
.put(
Maps
.immutableEntry("one", 1))
173
builder.put(
Maps
.immutableEntry("one", (Integer) null));
178
builder.put(
Maps
.immutableEntry((String) null, 1));
259
builder.put(
Maps
.immutableEntry((String) null, 1));
486
Maps
.immutableEntry("a", new IntHolder(3))));
/external/guava/guava-tests/test/com/google/common/cache/
PopulatedCachesTest.java
32
import com.google.common.collect.
Maps
;
197
Set<Object> expected =
Maps
.newHashMap(cache.asMap()).keySet();
224
Collection<Object> expected =
Maps
.newHashMap(cache.asMap()).values();
249
Set<?> expected =
Maps
.newHashMap(cache.asMap()).entrySet();
355
return
Maps
.immutableEntry(key, value);
/external/testng/src/main/java/org/testng/
SuiteRunner.java
6
import org.testng.collections.
Maps
;
46
private Map<String, ISuiteResult> m_suiteResults = Collections.synchronizedMap(
Maps
.<String, ISuiteResult>newLinkedHashMap());
48
transient private Map<Class<? extends ISuiteListener>, ISuiteListener> m_listeners =
Maps
.newHashMap();
141
m_invokedMethodListeners =
Maps
.newHashMap();
456
Map<String, Collection<ITestNGMethod>> result =
Maps
.newHashMap();
/external/guava/guava-tests/test/com/google/common/collect/
MultimapsCollectionTest.java
19
import static com.google.common.collect.
Maps
.newHashMap;
35
import com.google.common.collect.
Maps
.EntryTransformer;
181
Maps
.immutableEntry("bar", 1),
182
Maps
.immutableEntry("bar", 2),
183
Maps
.immutableEntry("foo", 3),
184
Maps
.immutableEntry("bar", 3),
185
Maps
.immutableEntry("cat", 2));
TreeMultimapNaturalTest.java
314
Maps
.immutableEntry("foo", 1),
315
Maps
.immutableEntry("foo", 3),
316
Maps
.immutableEntry("foo", 7),
317
Maps
.immutableEntry("google", 2),
318
Maps
.immutableEntry("google", 6),
319
Maps
.immutableEntry("tree", 0),
320
Maps
.immutableEntry("tree", 4)).inOrder();
BenchmarkHelpers.java
142
return
Maps
.newHashMap(map);
148
return
Maps
.newLinkedHashMap(map);
171
SortedMap<K, V> result =
Maps
.newTreeMap();
/external/guava/guava/src/com/google/common/collect/
AbstractMapBasedMultimap.java
25
import com.google.common.collect.
Maps
.ImprovedAbstractMap;
919
private class KeySet extends
Maps
.KeySet<K, Collection<V>> {
1111
Collection<V> collection =
Maps
.safeRemove(map, key);
[
all
...]
AbstractBiMap.java
43
* supporting {@code IdentityHashMap} backing
maps
.
85
* Specifies the delegate
maps
going in each direction. Called by the
211
return
Maps
.keyIterator(entrySet().iterator());
234
return
Maps
.valueIterator(entrySet().iterator());
339
return
Maps
.containsEntryImpl(delegate(), o);
/external/guava/guava/src/com/google/common/reflect/
TypeResolver.java
27
import com.google.common.collect.
Maps
;
45
* the {@code E} type variable declared by class {@code List} naturally
maps
to {@code String} in
91
Map<TypeVariableKey, Type> mappings =
Maps
.newHashMap();
253
* Resolves {@code var} using the encapsulated type mapping. If it
maps
to yet another
312
private final Map<TypeVariableKey, Type> mappings =
Maps
.newHashMap();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java
100
Maps
.capacity(expectedKeys),
101
Maps
.capacity(expectedValuesPerKey));
521
return
Maps
.valueIterator(entryIterator());
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
JoinerTest.java
25
import com.google.common.collect.
Maps
;
243
Map<String, String> mapWithNulls =
Maps
.newLinkedHashMap();
269
Map<String, String> mapWithNulls =
Maps
.newLinkedHashMap();
/external/guava/guava-tests/test/com/google/common/base/
JoinerTest.java
26
import com.google.common.collect.
Maps
;
245
Map<String, String> mapWithNulls =
Maps
.newLinkedHashMap();
271
Map<String, String> mapWithNulls =
Maps
.newLinkedHashMap();
/external/testng/src/main/java/org/testng/internal/annotations/
AnnotationHelper.java
17
import org.testng.collections.
Maps
;
201
Map<String, ITestNGMethod> vResult =
Maps
.newHashMap();
204
vResult =
Maps
.newHashMap();
/frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java
31
import com.google.android.collect.
Maps
;
54
private Map<Integer, Double> mOverrideItemScreenSizeFactors =
Maps
.newHashMap();
104
private Map<Integer, Double> mOverrideItemScreenSizeFactors =
Maps
.newHashMap();
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallList.java
31
import com.google.common.collect.
Maps
;
60
private final HashMap<String, List<String>> mCallTextReponsesMap =
Maps
.newHashMap();
68
private final HashMap<String, List<CallUpdateListener>> mCallUpdateListenerMap =
Maps
/packages/apps/Email/provider_src/com/android/email/service/
EmailBroadcastProcessorService.java
51
import com.google.common.collect.
Maps
;
222
Maps
.newHashMapWithExpectedSize(c.getCount());
257
final Map<String, String> protocolMap =
Maps
.newHashMapWithExpectedSize(4);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java
41
import com.google.common.collect.
Maps
;
112
mUriListMap =
Maps
.newHashMap();
113
mUriAttachmentMap =
Maps
.newHashMap();
Completed in 2070 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>