HomeSort by relevance Sort by last modified time
    Searched defs:folderId (Results 1 - 12 of 12) sorted by null

  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2ProviderTests.java 76 long folderId = ContentUris.parseId(folderUri);
77 assertTrue("Failed to parse folder id!", folderId > 0);
82 values.put(BrowserContract.Bookmarks.PARENT, folderId);
93 assertEquals(folderId, insertedParentId);
111 assertEquals(folderId, insertedParentId);
131 assertNotSame(folderId, insertedParentId);
  /packages/apps/Email/provider_src/com/android/email/provider/
FolderPickerActivity.java 183 String folderId = folder.folderUri.fullUri.getLastPathSegment();
184 Long id = Long.parseLong(folderId);
EmailProvider.java     [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 276 * @param folderId the ID of the folder to create a new message in.
519 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
522 return updateMessage(accountId, messageId, folderId, flagRead);
549 * @param folderId the new folder ID value to set - ignore if null.
553 abstract protected int updateMessage(String accountId, Long messageId, Long folderId,
611 long folderId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID, -1);
612 if(folderId == -1) {
616 ret = syncFolder(accountId, folderId);
643 * @param folderId the ID of the folder.
646 abstract protected int syncFolder(long accountId, long folderId);
    [all...]
BluetoothMapEmailProvider.java 443 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
444 if(folderId == null) {
445 throw new IllegalArgumentException("FolderId missing in ContentValues");
454 id = insertMessage(accountId, folderId.toString());
471 * @param folderId the ID of the folder to create a new message in.
474 abstract protected String insertMessage(String accountId, String folderId);
609 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
611 return updateMessage(accountId, messageId, folderId, flagRead);
634 * @param folderId the new folder ID value to set - ignore if null.
638 abstract protected int updateMessage(String accountId, Long messageId, Long folderId, Boolean flagRead)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ManagedProfileHeuristic.java 166 long folderId = mPrefs.getLong(folderIdKey, 0);
167 final FolderInfo workFolder = mModel.findFolderById(folderId);
174 saveWorkFolderShortcuts(folderId, workFolder.contents.size());
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 572 long folderId = mCallback.insertAndCheck(mDb, mValues);
573 if (folderId < 0) {
590 mValues.put(Favorites.CONTAINER, folderId);
605 long addedId = folderId;
612 Uri uri = Favorites.getContentUri(folderId);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
BluetoothMapContent.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 456 milliseconds