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

/frameworks/base/core/java/android/content/
H A DComponentName.java157 int CN = mClass.length();
158 if (CN > PN && mClass.charAt(PN) == '.') {
159 return mClass.substring(PN, CN);
169 int CN = className.length();
170 if (CN > PN && className.charAt(PN) == '.') {
171 sb.append(className, PN, CN);
182 int CN = className.length();
183 if (CN > PN && className.charAt(PN) == '.') {
184 pw.write(className, PN, CN-PN);
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java340 * <li>the most specific common name (CN)</li>
347 * Distinguished name (normally includes CN, O, and OU names)
352 * Common-name (CN) component of the name
387 if (oid.elementAt(i).equals(X509Name.CN)) {
415 * @return The distinguished name (normally includes CN, O, and OU names)
422 * @return The most specific Common-name (CN) component of this name
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3107 const size_t CN = cl->getEntries().size(); local
3108 for (size_t ci=0; ci<CN; ci++) {
3112 for (size_t cj=ci+1; cj<CN; cj++) {

Completed in 156 milliseconds