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

  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksContract.java 81 * @param folderId the ID of the folder to point to
83 public static final Uri buildFolderUri(long folderId) {
84 return ContentUris.withAppendedId(CONTENT_URI_PARTNER_BOOKMARKS_FOLDER, folderId);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 441 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
442 if(folderId == null) {
443 throw new IllegalArgumentException("FolderId missing in ContentValues");
452 id = insertMessage(accountId, folderId.toString());
469 * @param folderId the ID of the folder to create a new message in.
472 abstract protected String insertMessage(String accountId, String folderId);
607 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
609 return updateMessage(accountId, messageId, folderId, flagRead);
632 * @param folderId the new folder ID value to set - ignore if null.
636 abstract protected int updateMessage(String accountId, Long messageId, Long folderId, Boolean flagRead)
    [all...]
BluetoothMapIMProvider.java 270 * @param folderId the ID of the folder to create a new message in.
513 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
516 return updateMessage(accountId, messageId, folderId, flagRead);
543 * @param folderId the new folder ID value to set - ignore if null.
547 abstract protected int updateMessage(String accountId, Long messageId, Long folderId,
605 long folderId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID, -1);
606 if(folderId == -1) {
610 ret = syncFolder(accountId, folderId);
637 * @param folderId the ID of the folder.
640 abstract protected int syncFolder(long accountId, long folderId);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java 414 private static int getLoaderId(final int folderId) {
415 return folderId + LOADER_FOLDER_LIST;
493 for (final int folderId : oldFolderIds) {
495 mFolderHolders.remove(folderId);
496 mLoaderManager.destroyLoader(getLoaderId(folderId));
580 final int folderId = getFolderId(loader.getId());
582 final FolderHolder folderHolder = mFolderHolders.get(folderId);
586 LogUtils.d(LOG_TAG, "Folder id %d loader finished", folderId);
644 final int folderId = getFolderId(id);
645 final Uri uri = mFolderHolders.get(folderId).mFolder.conversationListUr
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
BluetoothMapContent.java     [all...]
BluetoothMapFolderElement.java 85 public void setFolderId(long folderId) {
86 this.mFolderId = folderId;
  /frameworks/base/core/java/android/provider/
BrowserContract.java 320 * @param folderId the ID of the folder to point to
323 public static final Uri buildFolderUri(long folderId) {
324 return ContentUris.withAppendedId(CONTENT_URI_DEFAULT_FOLDER, folderId);
  /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/Launcher3/src/com/android/launcher3/dragndrop/
FolderAdaptiveIcon.java 69 final Launcher launcher, final long folderId, Point dragViewSize) {
90 FolderIcon icon = launcher.findFolderIcon(folderId);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ManagedProfileHeuristic.java 128 long folderId = prefs.getLong(folderIdKey, ItemInfo.NO_ID);
129 folderInfo = dataModel.folders.get(folderId);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 276 private static Map<String, Object> createFolderDetailsMap(int folderId, int accountId,
278 return createFolderDetailsMap(folderId, accountId, name, false, unread, total);
281 private static Map<String, Object> createFolderDetailsMap(int folderId, int accountId,
283 final String folderUri = getMockAccountFolderUri(accountId, folderId);
286 folderMap.put(BaseColumns._ID, folderId);
392 private static String getMockAccountFolderUri(int accountId, int folderId) {
393 return getMockAccountUri(accountId) + "/folder/" + folderId;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 554 long folderId = mCallback.insertAndCheck(mDb, mValues);
555 if (folderId < 0) {
572 mValues.put(Favorites.CONTAINER, folderId);
587 long addedId = folderId;
594 Uri uri = Favorites.getContentUri(folderId);
  /packages/apps/Launcher3/src/com/android/launcher3/model/
LoaderTask.java     [all...]
GridSizeMigrationTask.java 771 private int getFolderItemsCount(long folderId) {
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1333 milliseconds