/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
D | MoSerializer.java | 64 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/Test/connectivity/sl4n/utils/ |
D | command_receiver.cpp | 31 void _clean_result(rapidjson::Document &doc) { in _clean_result() 36 void initiate(rapidjson::Document &doc) { in initiate() 48 void CommandReceiver::Call(rapidjson::Document& doc) { in Call()
|
D | common_utils.cpp | 22 bool CommonUtils::IsParamLengthMatching(rapidjson::Document& doc, in IsParamLengthMatching()
|
/packages/apps/Test/connectivity/sl4n/facades/test/ |
D | test_facade.cpp | 65 void test_bool_true_return_wrapper(rapidjson::Document &doc) { in test_bool_true_return_wrapper() 82 void test_bool_false_return_wrapper(rapidjson::Document &doc) { in test_bool_false_return_wrapper() 99 void test_null_return_wrapper(rapidjson::Document &doc) { in test_null_return_wrapper() 116 void test_string_empty_return_wrapper(rapidjson::Document &doc) { in test_string_empty_return_wrapper() 135 void test_string_max_return_wrapper(rapidjson::Document &doc) { in test_string_max_return_wrapper() 163 void test_specific_param_naming_wrapper(rapidjson::Document &doc) { in test_specific_param_naming_wrapper()
|
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/ |
D | bt_binder_facade.cpp | 207 void bt_binder_get_local_name_wrapper(rapidjson::Document &doc) { in bt_binder_get_local_name_wrapper() 228 void bt_binder_init_interface_wapper(rapidjson::Document &doc) { in bt_binder_init_interface_wapper() 245 void bt_binder_set_local_name_wrapper(rapidjson::Document &doc) { in bt_binder_set_local_name_wrapper() 272 void bt_binder_get_local_address_wrapper(rapidjson::Document &doc) { in bt_binder_get_local_address_wrapper() 293 void bt_binder_enable_wrapper(rapidjson::Document &doc) { in bt_binder_enable_wrapper() 310 void bt_binder_register_ble_wrapper(rapidjson::Document &doc) { in bt_binder_register_ble_wrapper() 328 void bt_binder_set_adv_settings_wrapper(rapidjson::Document &doc) { in bt_binder_set_adv_settings_wrapper()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | PickActivityTest.java | 74 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
|
D | IntegratedDownloadsUiTest.java | 62 UiObject doc = bots.directory.findDocument("Unsuccessful"); in testDownload_RetryUnsuccessful() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | ActionHandler.java | 147 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()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | AbstractActionHandler.java | 213 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 …]
|
D | ActionHandler.java | 83 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/unit/com/android/documentsui/base/ |
D | DocumentInfoTest.java | 70 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/ |
D | RecentsLoaderTests.java | 94 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
|
D | DirectoryResultTest.java | 48 DocumentInfo doc = new DocumentInfo(); in testClose() local
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | namespacetest.cpp | 37 DocumentType doc; in TEST() local 61 Document doc; in TEST() local
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | UiEvent.java | 33 String doc(); in doc() method
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | ResolvedResourcesJob.java | 113 boolean isEligibleDoc(DocumentInfo doc, RootInfo root) { in isEligibleDoc() 134 DocumentInfo doc; in buildDocumentList() local
|
/packages/apps/Test/connectivity/sl4n/facades/wifi/ |
D | wifi_facade.cpp | 157 void wifi_init_wrapper(rapidjson::Document &doc) { in wifi_init_wrapper() 174 void wifi_get_supported_feature_set_wrapper(rapidjson::Document &doc) { in wifi_get_supported_feature_set_wrapper()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | ActionHandler.java | 307 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory() 314 DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in openItem() local 332 final DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in previewItem() local 462 void onDocumentPicked(DocumentInfo doc); in onDocumentPicked()
|
D | PickActivity.java | 371 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/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestIconHelper.java | 36 public Drawable getDocumentIcon(Context context, DocumentInfo doc) { in getDocumentIcon()
|
D | TestModel.java | 108 DocumentInfo doc = new DocumentInfo(); in createDocumentForUser() local 127 private void addToCursor(DocumentInfo doc) { in addToCursor()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
D | TestItemDetailsLookup.java | 41 TestItemDetails doc = new TestItemDetails(); in initAt() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/ |
D | DocumentDebugInfo.java | 39 public void update(DocumentInfo doc) { in update()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
D | rapidjsontest.cpp | 134 Document doc; in TEST_F() local 143 Document doc; in TEST_F() local 151 Document doc; in TEST_F() local 159 Document doc; in TEST_F() local 168 GenericDocument<UTF8<>, CrtAllocator> doc; in TEST_F() local 178 Document doc; in TEST_F() local 188 Document doc; in TEST_F() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
D | MediaView.java | 67 public void accept(DocumentInfo doc, Bundle metadata, @Nullable Runnable geoClickListener) { in accept() 114 DocumentInfo doc, in showVideoData() 135 DocumentInfo doc, in showExifData()
|