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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DMapStepsFolder.java148 tmpFolder = root.addFolder("telecom"); // root/telecom
149 tmpFolder = tmpFolder.addFolder("msg"); // root/telecom/msg
150 tmpFolder.addFolder("inbox"); // root/telecom/msg/inbox
151 tmpFolder.addFolder("outbox"); // root/telecom/msg/outbox
152 tmpFolder.addFolder("sent"); // root/telecom/msg/sent
153 tmpFolder.addFolder("deleted"); // root/telecom/msg/deleted
154 tmpFolder.addFolder("draft"); // root/telecom/msg/draft
H A DBluetoothMapContentTest.java131 tmpFolder = mCurrentFolder.addFolder("telecom"); // root/telecom
132 tmpFolder = tmpFolder.addFolder("msg"); // root/telecom/msg
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapFolderElement.java186 public BluetoothMapFolderElement addFolder(String name){ method in class:BluetoothMapFolderElement
190 if(D) Log.i(TAG,"addFolder():" + name);
194 if(D) Log.i(TAG,"addFolder():" + name + " already added");
206 BluetoothMapFolderElement newFolder = addFolder(name);
218 BluetoothMapFolderElement newFolder = addFolder(name);
231 BluetoothMapFolderElement newFolder = addFolder(name);
362 addFolder(parser.getAttributeValue(i).trim());
H A DBluetoothMapObexServer.java186 tmpFolder = mCurrentFolder.addFolder("telecom"); // root/telecom
191 tmpFolder = tmpFolder.addFolder("msg"); // root/telecom/msg
215 root.addFolder(BluetoothMapContract.FOLDER_NAME_INBOX); // root/telecom/msg/inbox
216 root.addFolder(BluetoothMapContract.FOLDER_NAME_OUTBOX);
217 root.addFolder(BluetoothMapContract.FOLDER_NAME_SENT);
218 root.addFolder(BluetoothMapContract.FOLDER_NAME_DELETED);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherProvider.java980 long folderId = addFolder(db, values);
1078 private long addFolder(SQLiteDatabase db, ContentValues values) { method in class:LauncherProvider.DatabaseHelper
H A DLauncher.java1928 FolderIcon addFolder(CellLayout layout, long container, final int screen, int cellX, method in class:Launcher
H A DWorkspace.java2127 mLauncher.addFolder(target, container, screen, targetCell[0], targetCell[1]);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java2237 FolderIcon addFolder(CellLayout layout, long container, final long screenId, int cellX, method in class:Launcher
H A DWorkspace.java2540 mLauncher.addFolder(target, container, screenId, targetCell[0], targetCell[1]);

Completed in 578 milliseconds