Home
last modified time | relevance | path

Searched refs:addFolder (Results 1 – 12 of 12) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDemoProvider.java62 addFolder(c, documentId); in queryDocument()
76 addFolder(c, "folder"); in queryChildDocuments()
104 addFolder(c, DIR_INFO); in queryChildDocuments()
105 addFolder(c, DIR_ERROR); in queryChildDocuments()
106 addFolder(c, DIR_ERROR_AND_INFO); in queryChildDocuments()
107 addFolder(c, DIR_THROW); in queryChildDocuments()
108 addFolder(c, DIR_AUTH); in queryChildDocuments()
DInspectorProvider.java78 addFolder(c, documentId); in queryDocument()
99 addFolder(c, "Middle"); in queryChildDocuments()
107 addFolder(c, "Bottom"); in queryChildDocuments()
124 addFolder(c, "Top"); in queryChildDocuments()
DTestRootProvider.java93 protected void addFolder(MatrixCursor c, String id) { in addFolder() method in TestRootProvider
94 addFolder(c, id, 0); in addFolder()
97 protected void addFolder(MatrixCursor c, String id, int flags) { in addFolder() method in TestRootProvider
DBrokenSettingsEnabledProvider.java49 addFolder(c, documentId); in queryDocument()
DPagingProvider.java50 addFolder(c, documentId); in queryDocument()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapFolderElementTest.java61 mRootFolderElement.addFolder(TEST_PARENT_FOLDER_NAME); in setUp()
65 mParentFolderElement.addFolder(TEST_FOLDER_NAME); in setUp()
108 mTestFolderElement.addFolder(TEST_SMS_MMS_FOLDER_NAME); in addFolders()
124 mRootFolderElement.addFolder(TEST_TELECOM_FOLDER_NAME); in getFolderByName()
125 mRootFolderElement.getSubFolder(TEST_TELECOM_FOLDER_NAME).addFolder(TEST_MSG_FOLDER_NAME); in getFolderByName()
130 .addFolder(TEST_PLACEHOLDER_FOLDER_NAME); in getFolderByName()
179 .addFolder(TEST_PLACEHOLDER_FOLDER_NAME); in compareTo_withDifferentSubFolderTree_returnsCompareToRecursively()
DBluetoothMapContentObserverTest.java2513 folderElement.addFolder("telecom"); in setFolderStructureWithTelecomAndMsg()
2514 folderElement.getSubFolder("telecom").addFolder("msg"); in setFolderStructureWithTelecomAndMsg()
2516 folderElement.getSubFolder("telecom").getSubFolder("msg").addFolder(folderName); in setFolderStructureWithTelecomAndMsg()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapFolderElement.java190 public BluetoothMapFolderElement addFolder(String name) { in addFolder() method in BluetoothMapFolderElement
211 BluetoothMapFolderElement newFolder = addFolder(name); in addSmsMmsFolder()
224 BluetoothMapFolderElement newFolder = addFolder(name); in addImFolder()
238 BluetoothMapFolderElement newFolder = addFolder(name); in addEmailFolder()
384 addFolder(parser.getAttributeValue(i).trim()); in readFolders()
DBluetoothMapObexServer.java200 tmpFolder = mCurrentFolder.addFolder("telecom"); // root/telecom in buildFolderStructure()
205 tmpFolder = tmpFolder.addFolder("msg"); // root/telecom/msg in buildFolderStructure()
226 root.addFolder(BluetoothMapContract.FOLDER_NAME_INBOX); // root/telecom/msg/inbox in addBaseFolders()
227 root.addFolder(BluetoothMapContract.FOLDER_NAME_OUTBOX); in addBaseFolders()
228 root.addFolder(BluetoothMapContract.FOLDER_NAME_SENT); in addBaseFolders()
229 root.addFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addBaseFolders()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java194 root.addFolder("Folder1"); in onGetValidator()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1975 public FolderIcon addFolder(CellLayout layout, int container, final int screenId, int cellX,
DWorkspace.java1941 FolderIcon fi = mLauncher.addFolder(target, container, screenId, targetCell[0], in createUserFolderIfNecessary()