Searched refs:addFolder (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | MapStepsFolder.java | 148 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()
|
D | BluetoothMapContentTest.java | 131 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/ |
D | BluetoothMapFolderElement.java | 186 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()
|
D | BluetoothMapObexServer.java | 185 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/ |
D | LauncherProvider.java | 980 long folderId = addFolder(db, values); in loadFavorites() 1078 private long addFolder(SQLiteDatabase db, ContentValues values) { in addFolder() method in LauncherProvider.DatabaseHelper
|
D | Launcher.java | 1928 FolderIcon addFolder(CellLayout layout, long container, final int screen, int cellX, in addFolder() method in Launcher
|
D | Workspace.java | 2127 mLauncher.addFolder(target, container, screen, targetCell[0], targetCell[1]);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 2363 FolderIcon addFolder(CellLayout layout, long container, final long screenId, int cellX, in addFolder() method in Launcher
|
D | Workspace.java | 2555 mLauncher.addFolder(target, container, screenId, targetCell[0], targetCell[1]); in createUserFolderIfNecessary()
|