Searched defs:type (Results 1 - 2 of 2) sorted by relevance

/build/tools/droiddoc/templates-sdk/
H A Dmacros_override.cs11 @<?cs var:anno.type.label ?>
26 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.type.since ?>" >
27 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
/build/tools/signapk/
H A DSignApk.java135 /** Returns the expected signature algorithm for this key type. */
148 throw new IllegalArgumentException("unsupported key type: " + keyType);
610 private final ASN1ObjectIdentifier type; field in class:SignApk.CMSSigner
621 this.type = new ASN1ObjectIdentifier(CMSObjectIdentifiers.data.getId());
629 return type;

Completed in 43 milliseconds