Home | History | Annotate | Download | only in database

Lines Matching refs:sString3

48     private static final String sString3 = "this string is a little longer, but still a test";
89 mDatabase.execSQL("INSERT INTO test (data) VALUES ('" + sString3 + "');");