Home
last modified time | relevance | path

Searched refs:SupportSQLiteProgram (Results 1 – 13 of 13) sorted by relevance

/frameworks/support/persistence/db/src/test/java/androidx/sqlite/db/
DSimpleSQLiteQueryTestTest.java41 SupportSQLiteProgram program = Mockito.mock(SupportSQLiteProgram.class); in bindTo_noArgs()
51 SupportSQLiteProgram program = Mockito.mock(SupportSQLiteProgram.class); in bindTo_withArgs()
/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
DSimpleSQLiteQuery.java56 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()
DSupportSQLiteQuery.java37 void bindTo(SupportSQLiteProgram statement); in bindTo()
DSupportSQLiteStatement.java23 public interface SupportSQLiteStatement extends SupportSQLiteProgram {
DSupportSQLiteProgram.java26 public interface SupportSQLiteProgram extends Closeable { interface
/frameworks/support/persistence/db-framework/src/main/java/androidx/sqlite/db/framework/
DFrameworkSQLiteProgram.java21 import androidx.sqlite.db.SupportSQLiteProgram;
26 class FrameworkSQLiteProgram implements SupportSQLiteProgram {
/frameworks/support/room/runtime/src/main/java/androidx/room/
DRoomSQLiteQuery.java22 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()
/frameworks/support/room/runtime/src/test/java/androidx/room/
DRoomSQLiteQueryTest.java26 import androidx.sqlite.db.SupportSQLiteProgram;
81 SupportSQLiteProgram program = mock(SupportSQLiteProgram.class); in bindings()
/frameworks/support/persistence/db/api/
Dcurrent.txt6 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 {
/frameworks/support/persistence/db/api_legacy/
D1.0.0.txt6 …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 {
D1.1.0.txt6 …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 {
Dcurrent.txt6 …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 {
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config2274 "android/arch/persistence/db/SupportSQLiteProgram": "androidx/sqlite/db/SupportSQLiteProgram",