Searched refs:CN (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DComponentName.java104 int CN = mClass.length();
105 if (CN > PN && mClass.charAt(PN) == '.') {
106 return mClass.substring(PN, CN);
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java337 * - common name (CN),
343 * Distinguished name (normally includes CN, O, and OU names)
348 * Common-name (CN) component of the name
376 if (oid.elementAt(i).equals(X509Name.CN)) {
398 * @return The distinguished name (normally includes CN, O, and OU names)
405 * @return The Common-name (CN) component of this name
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2792 const size_t CN = cl->getEntries().size(); local
2793 for (size_t ci=0; ci<CN; ci++) {
2797 for (size_t cj=ci+1; cj<CN; cj++) {

Completed in 106 milliseconds