Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DMapStepsFolder.java148 tmpFolder = root.addFolder("telecom"); // root/telecom in buildDefaultFolderStructure()
149 tmpFolder = tmpFolder.addFolder("msg"); // root/telecom/msg in buildDefaultFolderStructure()
150 tmpFolder.addFolder("inbox"); // root/telecom/msg/inbox in buildDefaultFolderStructure()
151 tmpFolder.addFolder("outbox"); // root/telecom/msg/outbox in buildDefaultFolderStructure()
152 tmpFolder.addFolder("sent"); // root/telecom/msg/sent in buildDefaultFolderStructure()
153 tmpFolder.addFolder("deleted"); // root/telecom/msg/deleted in buildDefaultFolderStructure()
154 tmpFolder.addFolder("draft"); // root/telecom/msg/draft in buildDefaultFolderStructure()
DBluetoothMapContentTest.java131 tmpFolder = mCurrentFolder.addFolder("telecom"); // root/telecom in buildFolderStructure()
132 tmpFolder = tmpFolder.addFolder("msg"); // root/telecom/msg in buildFolderStructure()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapFolderElement.java186 public BluetoothMapFolderElement addFolder(String name){ in addFolder() method in BluetoothMapFolderElement
206 BluetoothMapFolderElement newFolder = addFolder(name); in addSmsMmsFolder()
218 BluetoothMapFolderElement newFolder = addFolder(name); in addImFolder()
231 BluetoothMapFolderElement newFolder = addFolder(name); in addEmailFolder()
362 addFolder(parser.getAttributeValue(i).trim()); in readFolders()
DBluetoothMapObexServer.java185 tmpFolder = mCurrentFolder.addFolder("telecom"); // root/telecom in buildFolderStructure()
190 tmpFolder = tmpFolder.addFolder("msg"); // root/telecom/msg in buildFolderStructure()
214 root.addFolder(BluetoothMapContract.FOLDER_NAME_INBOX); // root/telecom/msg/inbox in addBaseFolders()
215 root.addFolder(BluetoothMapContract.FOLDER_NAME_OUTBOX); in addBaseFolders()
216 root.addFolder(BluetoothMapContract.FOLDER_NAME_SENT); in addBaseFolders()
217 root.addFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addBaseFolders()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java980 long folderId = addFolder(db, values); in loadFavorites()
1078 private long addFolder(SQLiteDatabase db, ContentValues values) { in addFolder() method in LauncherProvider.DatabaseHelper
DLauncher.java1928 FolderIcon addFolder(CellLayout layout, long container, final int screen, int cellX, in addFolder() method in Launcher
DWorkspace.java2127 mLauncher.addFolder(target, container, screen, targetCell[0], targetCell[1]);
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2363 FolderIcon addFolder(CellLayout layout, long container, final long screenId, int cellX, in addFolder() method in Launcher
DWorkspace.java2555 mLauncher.addFolder(target, container, screenId, targetCell[0], targetCell[1]); in createUserFolderIfNecessary()