Home
last modified time | relevance | path

Searched refs:documents (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DPutDocumentsRequest.java37 PutDocumentsRequest(List<GenericDocument> documents) { in PutDocumentsRequest() argument
38 mDocuments = documents; in PutDocumentsRequest()
54 public Builder addGenericDocuments(@NonNull GenericDocument... documents) { in addGenericDocuments() argument
55 Objects.requireNonNull(documents); in addGenericDocuments()
57 return addGenericDocuments(Arrays.asList(documents)); in addGenericDocuments()
63 @NonNull Collection<? extends GenericDocument> documents) { in addGenericDocuments()
64 Objects.requireNonNull(documents); in addGenericDocuments()
66 mDocuments.addAll(documents); in addGenericDocuments()
DGenericDocument.java292 GenericDocument[] documents = new GenericDocument[bundles.length]; in getProperty() local
309 documents[i] = new GenericDocument((Bundle) bundles[i]); in getProperty()
311 return documents; in getProperty()
/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/external/
DAppSearchTestUtils.java77 List<GenericDocument> documents = new ArrayList<>(results.size()); in convertSearchResultsToDocuments() local
79 documents.add(result.getGenericDocument()); in convertSearchResultsToDocuments()
81 return documents; in convertSearchResultsToDocuments()
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
DAppSearchSession.java284 List<GenericDocument> documents = request.getGenericDocuments(); in put() local
285 List<Bundle> documentBundles = new ArrayList<>(documents.size()); in put()
286 for (int i = 0; i < documents.size(); i++) { in put()
287 documentBundles.add(documents.get(i).getBundle()); in put()
/frameworks/base/core/java/android/content/pm/
DAppSearchShortcutInfo.java648 final GenericDocument[] documents = new GenericDocument[persons.length]; in setPersons() local
653 documents[i] = appSearchPerson; in setPersons()
655 setPropertyDocument(KEY_PERSON, documents); in setPersons()
/frameworks/base/packages/SystemUI/docs/
Dmedia-controls.md90 Other useful documents:
/frameworks/base/
DAndroid.bp321 "documents-ui-compat-config",
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java2460 Map<String, GenericDocument> documents = results.getSuccesses(); in getShortcutById()
2461 for (GenericDocument doc : documents.values()) { in getShortcutById()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java763 final List<GenericDocument> documents = new ArrayList<>(mDocumentMap.get(key).values()); in query() local
767 for (GenericDocument document : documents) { in query()
/frameworks/wilhelm/doc/
DDoxyfile1111 # LaTeX documents. This may be useful for small projects and may help to
1184 # RTF documents. This may be useful for small projects and may help to
/frameworks/proto_logging/stats/
Datoms.proto11059 // Number of documents currently in document store. Those may
11060 // include alive, deleted, and expired documents.
11148 // Number of documents scored.
11200 // Number of documents deleted by this call.
11240 // Number of documents before the optimization.
11243 // Number of documents deleted during the optimization.
11246 // Number of documents expired during the optimization.
11262 // Total number of alive documents.
11265 // Total number of deleted documents.
11268 // Total number of expired documents.
[all …]
/frameworks/native/docs/
DDoxyfile1356 # LaTeX documents. This may be useful for small projects and may help to
1442 # RTF documents. This may be useful for small projects and may help to
/frameworks/av/media/libaaudio/
DDoxyfile1581 # documents. This may be useful for small projects and may help to save some
1710 # documents. This may be useful for small projects and may help to save some
/frameworks/av/media/codec2/docs/
Ddoxygen.config1648 # documents. This may be useful for small projects and may help to save some
1801 # documents. This may be useful for small projects and may help to save some
/frameworks/base/media/native/midi/include/
DDoxyfile1698 # documents. This may be useful for small projects and may help to save some
1851 # documents. This may be useful for small projects and may help to save some
/frameworks/base/core/api/
Dsystem-current.txt9150 … static final String EXTERNAL_STORAGE_PROVIDER_AUTHORITY = "com.android.externalstorage.documents";