Bug 709230 - Part 3: annotate the remaining Robocop entry points. r=gbrown,rnewman
This commit is contained in:
@@ -10,6 +10,7 @@ import android.database.sqlite.SQLiteDatabase;
|
||||
import android.database.sqlite.SQLiteException;
|
||||
import android.text.TextUtils;
|
||||
import android.util.Log;
|
||||
import org.mozilla.gecko.mozglue.RobocopTarget;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Map.Entry;
|
||||
@@ -120,7 +121,7 @@ public class SQLiteBridge {
|
||||
return rawQuery(sb.toString(), selectionArgs);
|
||||
}
|
||||
|
||||
/* This method is referenced by Robocop via reflection. */
|
||||
@RobocopTarget
|
||||
public Cursor rawQuery(String sql, String[] selectionArgs)
|
||||
throws SQLiteBridgeException {
|
||||
return internalQuery(sql, selectionArgs);
|
||||
|
||||
Reference in New Issue
Block a user