OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OIDInfo
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
OIDMap.java
110
/** Map ObjectIdentifier(oid) ->
OIDInfo
(info) */
111
private final static Map<ObjectIdentifier,
OIDInfo
> oidMap;
113
/** Map String(friendly name) ->
OIDInfo
(info) */
114
private final static Map<String,
OIDInfo
> nameMap;
117
oidMap = new HashMap<ObjectIdentifier,
OIDInfo
>();
118
nameMap = new HashMap<String,
OIDInfo
>();
177
OIDInfo
info = new
OIDInfo
(name, oid, clazz);
185
private static class
OIDInfo
{
191
OIDInfo
(String name, ObjectIdentifier oid, Class clazz)
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 174 milliseconds