Home | History | Annotate | Download | only in database

Lines Matching refs:sString1

46     private static final String sString1 = "this is a test";
87 mDatabase.execSQL("INSERT INTO test (data) VALUES ('" + sString1 + "');");