Searched refs:ShadowSQLiteStatement (Results 1 – 2 of 2) sorted by relevance
13 public class ShadowSQLiteStatement extends ShadowSQLiteProgram { class
324 ShadowSQLiteStatement.class, in getDefaultShadowClasses()934 public static ShadowSQLiteStatement shadowOf(SQLiteStatement other) { in shadowOf()935 return (ShadowSQLiteStatement) Robolectric.shadowOf_(other); in shadowOf()