Searched refs:docs (Results 1 - 14 of 14) sorted by relevance

/frameworks/support/recommendation/
H A DAndroid.mk19 recommendation.docs.src_files := \
22 recommendation.docs.java_libraries := \
35 LOCAL_SRC_FILES := $(recommendation.docs.src_files)
41 LOCAL_JAVA_LIBRARIES := $(recommendation.docs.java_libraries)
57 support_module_src_files := $(recommendation.docs.src_files)
58 support_module_java_libraries := $(recommendation.docs.java_libraries)
/frameworks/rs/api/
H A Dgenerate.sh25 mkdir -p docs
46 rm -f ../../base/docs/html/guide/topics/renderscript/reference/*.jd
47 mv docs/*.jd ../../base/docs/html/guide/topics/renderscript/reference/
57 echo "Be sure to update platform/frameworks/base/docs/html/guide/guide_toc.cs if needed."
/frameworks/support/v17/leanback/
H A DAndroid.mk92 leanback.docs.src_files := \
95 leanback.docs.java_libraries := \
112 LOCAL_SRC_FILES := $(leanback.docs.src_files)
119 LOCAL_JAVA_LIBRARIES := $(leanback.docs.java_libraries)
134 support_module_src_files := $(leanback.docs.src_files)
135 support_module_java_libraries := $(leanback.docs.java_libraries)
141 leanback.docs.src_files :=
142 leanback.docs.java_libraries :=
146 leanback.docs.stubpackages :=
/frameworks/base/docs/html/ndk/downloads/
H A Ddownloads_toc.cs4 Do not add localized title for docs not available in translation.
/frameworks/base/docs/html/ndk/samples/
H A Dsamples_toc.cs4 Do not add localized title for docs not available in translation.
/frameworks/base/docs/html/ndk/guides/
H A Dguides_toc.cs4 Do not add localized title for docs not available in translation.
/frameworks/base/docs/html/ndk/reference/
H A Dreference_toc.cs4 Do not add localized title for docs not available in translation.
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java528 final ArrayList<DocumentInfo> docs = Lists.newArrayList();
534 docs.add(doc);
540 BaseActivity.get(DirectoryFragment.this).onDocumentsPicked(docs);
545 onShareDocuments(docs);
550 onDeleteDocuments(docs);
555 onCopyDocuments(docs);
626 private void onShareDocuments(List<DocumentInfo> docs) { argument
631 for (DocumentInfo doc: docs) {
669 private void onDeleteDocuments(List<DocumentInfo> docs) { argument
674 for (DocumentInfo doc : docs) {
699 onCopyDocuments(List<DocumentInfo> docs) argument
[all...]
H A DDocumentsActivity.java656 public void onDocumentsPicked(List<DocumentInfo> docs) { argument
658 final int size = docs.size();
661 uris[i] = docs.get(i).derivedUri;
H A DBaseActivity.java81 public abstract void onDocumentsPicked(List<DocumentInfo> docs); argument
/frameworks/base/
H A DAndroid.mk727 framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html
734 -knowntags ./frameworks/base/docs/knowntags.txt \
771 frameworks/base/docs/knowntags.txt
794 ## SDK version identifiers used in the published docs
870 # ==== check javadoc comments but don't generate docs ========
898 checkbuild: doc-comment-check-docs
900 update-api: doc-comment-check-docs
921 -todo $(OUT_DOCS)/$(LOCAL_MODULE)-docs-todo.html \
931 $(LOCAL_PATH)/docs/docs
[all...]
/frameworks/support/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java128 DocumentFile[] docs = meow.listFiles();
129 assertEquals("length", 3, docs.length);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs440 <li><a href="<?cs var:toroot ?>training/printing/html-docs.html">
444 <li><a href="<?cs var:toroot ?>training/printing/custom-docs.html">
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs4 Do not add localized title for docs not available in translation.

Completed in 606 milliseconds