Searched refs:SupportSQLiteProgram (Results 1 – 13 of 13) sorted by relevance
41 SupportSQLiteProgram program = Mockito.mock(SupportSQLiteProgram.class); in bindTo_noArgs()51 SupportSQLiteProgram program = Mockito.mock(SupportSQLiteProgram.class); in bindTo_withArgs()
56 public void bindTo(SupportSQLiteProgram statement) { in bindTo()71 public static void bind(SupportSQLiteProgram statement, Object[] bindArgs) { in bind()82 private static void bind(SupportSQLiteProgram statement, int index, Object arg) { in bind()
37 void bindTo(SupportSQLiteProgram statement); in bindTo()
23 public interface SupportSQLiteStatement extends SupportSQLiteProgram {
26 public interface SupportSQLiteProgram extends Closeable { interface
21 import androidx.sqlite.db.SupportSQLiteProgram;26 class FrameworkSQLiteProgram implements SupportSQLiteProgram {
22 import androidx.sqlite.db.SupportSQLiteProgram;42 public class RoomSQLiteQuery implements SupportSQLiteQuery, SupportSQLiteProgram {91 supportSQLiteQuery.bindTo(new SupportSQLiteProgram() { in copyFrom()210 public void bindTo(SupportSQLiteProgram program) { in bindTo()
26 import androidx.sqlite.db.SupportSQLiteProgram;81 SupportSQLiteProgram program = mock(SupportSQLiteProgram.class); in bindings()
6 method public static void bind(androidx.sqlite.db.SupportSQLiteProgram, java.lang.Object[]);7 method public void bindTo(androidx.sqlite.db.SupportSQLiteProgram);89 public abstract interface SupportSQLiteProgram implements java.io.Closeable {99 method public abstract void bindTo(androidx.sqlite.db.SupportSQLiteProgram);116 …blic abstract interface SupportSQLiteStatement implements androidx.sqlite.db.SupportSQLiteProgram {
6 …method public static void bind(android.arch.persistence.db.SupportSQLiteProgram, java.lang.Object[…7 method public void bindTo(android.arch.persistence.db.SupportSQLiteProgram);88 public abstract interface SupportSQLiteProgram implements java.io.Closeable {98 method public abstract void bindTo(android.arch.persistence.db.SupportSQLiteProgram);114 …ract interface SupportSQLiteStatement implements android.arch.persistence.db.SupportSQLiteProgram {
6 …method public static void bind(android.arch.persistence.db.SupportSQLiteProgram, java.lang.Object[…7 method public void bindTo(android.arch.persistence.db.SupportSQLiteProgram);89 public abstract interface SupportSQLiteProgram implements java.io.Closeable {99 method public abstract void bindTo(android.arch.persistence.db.SupportSQLiteProgram);116 …ract interface SupportSQLiteStatement implements android.arch.persistence.db.SupportSQLiteProgram {
2274 "android/arch/persistence/db/SupportSQLiteProgram": "androidx/sqlite/db/SupportSQLiteProgram",