Searched refs:doc (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentStack.java87 for (DocumentInfo doc : this) {
88 builder.append(doc.documentId).append('#');
112 final DocumentInfo doc = new DocumentInfo();
113 doc.read(in);
114 add(doc);
134 final DocumentInfo doc = get(i);
135 doc.write(out);
H A DDocumentInfo.java129 final DocumentInfo doc = new DocumentInfo();
130 DurableUtils.readFromParcel(in, doc);
131 return doc;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DMimePredicate.java36 public boolean apply(DocumentInfo doc) { argument
37 if (doc.isDirectory()) {
40 if (mimeMatches(mFilters, doc.mimeType)) {
H A DDirectoryFragment.java125 private static final String EXTRA_DOC = "doc";
133 public static void showNormal(FragmentManager fm, RootInfo root, DocumentInfo doc, int anim) { argument
134 show(fm, TYPE_NORMAL, root, doc, null, anim);
145 private static void show(FragmentManager fm, int type, RootInfo root, DocumentInfo doc, argument
150 args.putParcelable(EXTRA_DOC, doc);
174 private static String buildStateKey(RootInfo root, DocumentInfo doc) { argument
178 builder.append(doc != null ? doc.documentId : "null");
233 final DocumentInfo doc = getArguments().getParcelable(EXTRA_DOC);
237 mStateKey = buildStateKey(root, doc);
[all...]
H A DDocumentsActivity.java719 final DocumentInfo doc = getItem(position);
725 title.setText(doc.displayName);
742 final DocumentInfo doc = getItem(position);
749 title.setText(doc.displayName);
942 public void onDocumentPicked(DocumentInfo doc) { argument
944 if (doc.isDirectory()) {
945 mState.stack.push(doc);
950 new ExistingFinishTask(doc.derivedUri).executeOnExecutor(getCurrentExecutor());
953 SaveFragment.get(fm).setReplaceTarget(doc);
958 manage.setData(doc
[all...]
H A DDirectoryLoader.java80 public DirectoryLoader(Context context, int type, RootInfo root, DocumentInfo doc, Uri uri, argument
85 mDoc = doc;
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs5 Below are template spans for adding localized doc titles. Please ensure that
/frameworks/base/tools/aidl/
H A Daidl.cpp97 document_item_type* doc; member in struct:import_info
799 document_item_type* doc; local
814 doc = (document_item_type*)parcl;
829 doc = (document_item_type*)parcl;
845 doc = (document_item_type*)iface;
852 err = gather_types(filename.c_str(), doc);
971 import->doc = g_document;
972 if (import->doc == NULL) {
989 err |= check_filenames(import->filename, import->doc);
997 err |= gather_types(import->filename, import->doc);
1077 document_item_type* doc = g_document; local
[all...]
/frameworks/base/
H A DAndroid.mk457 # Common sources for doc check and api check
707 LOCAL_MODULE := doc-comment-check
724 checkbuild: doc-comment-check-docs
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css927 #doc-content

Completed in 3244 milliseconds