OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sInstanceMap
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java
152
private static TreeMap<String, MetadataDbHelper>
sInstanceMap
= null;
161
if (null ==
sInstanceMap
)
sInstanceMap
= new TreeMap<String, MetadataDbHelper>();
162
MetadataDbHelper helper =
sInstanceMap
.get(clientId);
165
sInstanceMap
.put(clientId, helper);
[
all
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
Completed in 50 milliseconds