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.java241 * - common name (CN),
247 * Distinguished name (normally includes CN, O, and OU names)
252 * Common-name (CN) component of the name
280 if (oid.elementAt(i).equals(X509Name.CN)) {
302 * @return The distinguished name (normally includes CN, O, and OU names)
309 * @return The Common-name (CN) component of this name
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2768 const size_t CN = cl->getEntries().size(); local
2769 for (size_t ci=0; ci<CN; ci++) {
2773 for (size_t cj=ci+1; cj<CN; cj++) {

Completed in 199 milliseconds