HomeSort by relevance Sort by last modified time
    Searched refs:folderId (Results 1 - 9 of 9) 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/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/Browser/src/com/android/browser/addbookmark/
FolderSpinnerAdapter.java 55 public void addRecentFolder(long folderId, String folderName) {
57 mRecentFolderId = folderId;
  /packages/apps/Email/src/com/android/email/
GroupMessagingListener.java 127 synchronized public void checkMailFinished(Context context, long accountId, long folderId,
130 l.checkMailFinished(context, accountId, folderId, tag);
Controller.java     [all...]
  /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/Launcher2/src/com/android/launcher2/
LauncherProvider.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 156 milliseconds