Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 25 of 73) sorted by relevance

123

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DMoSerializer.java64 String serialize(@NonNull Document doc) { in serialize()
94 Element createMgmtTree(@NonNull Document doc) { in createMgmtTree()
108 Element writeVersion(@NonNull Document doc) { in writeVersion()
122 Element createNode(@NonNull Document doc, @NonNull String nodeName) { in createNode()
140 Element createNodeForUrn(@NonNull Document doc, @NonNull String urn) { in createNodeForUrn()
161 Element createNodeForValue(@NonNull Document doc, @NonNull String name, @NonNull String value) { in createNodeForValue()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java147 DocumentInfo doc = mModel.getDocument(selection.iterator().next()); in openSelectedInNewWindow() local
168 private void pasteIntoFolder(RootInfo root, @Nullable DocumentInfo doc) { in pasteIntoFolder()
201 DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in openItem() local
214 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { in openDocument()
224 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory()
286 DocumentInfo doc = mModel.getDocument(selection.iterator().next()); in viewInOwner() local
370 DocumentInfo doc = docs.get(0); in shareSelectedDocuments() local
538 public void showChooserForDoc(DocumentInfo doc) { in showChooserForDoc()
556 public void showInspector(DocumentInfo doc) { in showInspector()
DQuickViewIntentBuilder.java88 DocumentInfo doc, in QuickViewIntentBuilder()
269 private static void includeQuickViewFeaturesFlag(Intent intent, DocumentInfo doc, in includeQuickViewFeaturesFlag()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java213 public void refreshDocument(DocumentInfo doc, BooleanConsumer callback) { in refreshDocument()
248 public boolean openItem(ItemDetails<String> doc, @ViewType int type, @ViewType int fallback) { in openItem()
253 public void showInspector(DocumentInfo doc) { in showInspector()
258 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory()
344 public void showChooserForDoc(DocumentInfo doc) { in showChooserForDoc()
361 public void openContainerDocument(DocumentInfo doc) { in openContainerDocument()
379 public void onDocumentOpened(DocumentInfo doc, @ViewType int type, @ViewType int fallback, in onDocumentOpened()
442 private boolean viewDocument(DocumentInfo doc) { in viewDocument()
472 private boolean previewDocument(DocumentInfo doc, boolean fromPicker) { in previewDocument()
500 protected boolean manageDocument(DocumentInfo doc) { in manageDocument()
[all …]
DActionHandler.java83 void refreshDocument(DocumentInfo doc, BooleanConsumer callback); in refreshDocument()
121 void showInspector(DocumentInfo doc); in showInspector()
129 boolean openItem(ItemDetails<String> doc, @ViewType int type, @ViewType int fallback); in openItem()
136 void springOpenDirectory(DocumentInfo doc); in springOpenDirectory()
138 void showChooserForDoc(DocumentInfo doc); in showChooserForDoc()
142 void openContainerDocument(DocumentInfo doc); in openContainerDocument()
144 boolean previewItem(ItemDetails<String> doc); in previewItem()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DPickActivityTest.java74 DocumentInfo doc = new DocumentInfo(); in testOnDocumentPicked() local
93 DocumentInfo doc = new DocumentInfo(); in testOnDocumentPicked_otherUser() local
111 DocumentInfo doc = new DocumentInfo(); in testOnDocumentPicked_otherUserDoesNotReturn() local
DIntegratedDownloadsUiTest.java62 UiObject doc = bots.directory.findDocument("Unsuccessful"); in testDownload_RetryUnsuccessful() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
DDocumentInfoTest.java70 DocumentInfo doc = new DocumentInfo(); in createDocInfo() local
165 final DocumentInfo doc = createDocInfo("authority.a", "doc.1", "text/plain"); in testGetTreeDocumentUri_otherUser_shouldHaveDifferentUri() local
177 final DocumentInfo doc = createDocInfo("authority.a", "doc.1", "text/plain"); in testGetTreeDocumentUri_otherUser_sameHostAndPath() local
192 final DocumentInfo doc = createDocInfo("authority.a", "doc.1", "text/plain"); in testGetTreeDocumentUri_otherUser_userInfo() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DRecentsLoaderTests.java94 final DocumentInfo doc = mEnv.model.createFolder("test"); in testDocumentsNotIncludeDirectory() local
128 final DocumentInfo doc = mEnv.model.createFile("freddy.jpg", in testDocumentsNotMovable() local
158 final DocumentInfo doc = mEnv.model.createFile("freddy.jpg"); in testContentsUpdate_observable() local
DDirectoryResultTest.java48 DocumentInfo doc = new DocumentInfo(); in testClose() local
DGlobalSearchLoaderTest.java74 final DocumentInfo doc = mEnv.model.createFile(SEARCH_STRING + ".jpg", FILE_FLAG); in setUp() local
127 final DocumentInfo doc = mEnv.model.createFolder(SEARCH_STRING); in testSearchResult_includeDirectory() local
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DConfigXmlTest.java82 Document doc = builder.parse(input); in testNumValueInConfigArray() local
97 private boolean verifyWithXmlQuery(Document doc, String queryIntArray) in verifyWithXmlQuery()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DResolvedResourcesJob.java113 boolean isEligibleDoc(DocumentInfo doc, RootInfo root) { in isEligibleDoc()
134 DocumentInfo doc; in buildDocumentList() local
DJob.java212 ContentProviderClient getClient(DocumentInfo doc) throws RemoteException { in getClient()
224 void releaseClient(DocumentInfo doc) { in releaseClient()
274 final void deleteDocument(DocumentInfo doc, @Nullable DocumentInfo parent) in deleteDocument()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java320 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory()
327 DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in openItem() local
345 final DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in previewItem() local
475 void onDocumentPicked(DocumentInfo doc); in onDocumentPicked()
DPickActivity.java371 protected void onDirectoryCreated(DocumentInfo doc) { in onDirectoryCreated()
377 public void onDocumentPicked(DocumentInfo doc) { in onDocumentPicked()
414 DocumentInfo doc = docs.get(i); in onDocumentsPicked() local
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUiEvent.java33 String doc(); in doc() method
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DMediaView.java67 public void accept(DocumentInfo doc, Bundle metadata, @Nullable Runnable geoClickListener) { in accept()
114 DocumentInfo doc, in showVideoData()
135 DocumentInfo doc, in showExifData()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
DInspectorControllerTest.java208 DocumentInfo doc = new DocumentInfo(); in testShowInProvider_visible() local
246 DocumentInfo doc = TestEnv.clone(TestEnv.FILE_JPG); in testMetadata_GeoHandlerInstalled() local
255 DocumentInfo doc = TestEnv.clone(TestEnv.FILE_JPG); in testMetadata_notDisplayedWhenNotReturned() local
273 DocumentInfo doc = TestEnv.clone(TestEnv.FILE_JPG); in testMetadata_GeoHandlerStartsAction() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestModel.java108 DocumentInfo doc = new DocumentInfo(); in createDocumentForUser() local
127 private void addToCursor(DocumentInfo doc) { in addToCursor()
DTestIconHelper.java36 public Drawable getDocumentIcon(Context context, DocumentInfo doc) { in getDocumentIcon()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DTestItemDetailsLookup.java41 TestItemDetails doc = new TestItemDetails(); in initAt() local
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDocumentDebugInfo.java39 public void update(DocumentInfo doc) { in update()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
DClearDefaultAppAction.java34 public ClearDefaultAppAction(Context context, PackageManager pm, DocumentInfo doc) { in ClearDefaultAppAction()
DShowInProviderAction.java36 public ShowInProviderAction(Context context, PackageManager pm, DocumentInfo doc, in ShowInProviderAction()

123