Searched refs:CN (Results 1 - 4 of 4) 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/docs/html/training/
H A Dtraining_toc.cs239 zh-CN-lang="针对多种屏幕进行设计"
246 zh-CN-lang="支持各种屏幕尺寸"
253 zh-CN-lang="支持各种屏幕密度"
259 zh-CN-lang="实施自适应用户界面流程"
341 zh-CN-lang="优化电池使用时间"
348 zh-CN-lang="监控电池电量和充电状态"
354 zh-CN-lang="确定和监控基座对接状态和类型"
360 zh-CN-lang="确定和监控网络连接状态"
366 zh-CN-lang="根据需要操作广播接收器"
/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.cpp2787 const size_t CN = cl->getEntries().size(); local
2788 for (size_t ci=0; ci<CN; ci++) {
2792 for (size_t cj=ci+1; cj<CN; cj++) {

Completed in 2028 milliseconds