HomeSort by relevance Sort by last modified time
    Searched defs:folderId (Results 1 - 11 of 11) 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/
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/
AutoInstallsLayout.java 520 long folderId = mCallback.insertAndCheck(mDb, mValues);
521 if (folderId < 0) {
537 mValues.put(Favorites.CONTAINER, folderId);
550 long addedId = folderId;
557 Uri uri = Favorites.getContentUri(folderId, false);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java     [all...]
BluetoothMapContentObserver.java 318 long folderId = -1; // Email folder ID
328 public Msg(long id, long folderId) {
330 this.folderId = folderId;
512 long folderId = c.getInt(c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID));
514 Msg msg = new Msg(id, folderId);
703 int folderId = c.getInt(c.getColumnIndex(
706 BluetoothMapFolderElement folderElement = mFolders.getEmailFolderById(folderId);
719 msg = new Msg(id, folderId);
726 if (folderId != msg.folderId)
    [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 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 217 milliseconds