Searched defs:folderToFind (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DAddBookmarkPage.java518 * Move cursor to the position that has folderToFind as its "_id".
520 * @param folderToFind "_id" of the folder to move to.
522 * @throws AssertionError if cursor is empty or there is no row with folderToFind
525 void moveCursorToFolder(Cursor cursor, long folderToFind, int idIndex) argument
533 } while (folder != folderToFind && cursor.moveToNext());
535 throw new AssertionError("Folder(id=" + folderToFind

Completed in 386 milliseconds