Home | History | Annotate | Download | only in launcher2

Lines Matching full:rowid

136         final long rowId = dbInsertAndCheck(mOpenHelper, db, args.table, null, initialValues);
137 if (rowId <= 0) return null;
139 uri = ContentUris.withAppendedId(uri, rowId);