Home
last modified time | relevance | path

Searched refs:compileStatement (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseStatementTest.java82 SQLiteStatement statement = mDatabase.compileStatement("DELETE FROM test"); in testExecuteStatement()
96 mDatabase.compileStatement("SELECT num FROM test WHERE str = ?"); in testSimpleQuery()
98 mDatabase.compileStatement("SELECT str FROM test WHERE num = ?"); in testSimpleQuery()
131 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test (num) VALUES (?)"); in testStatementLongBinding()
153 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test (num) VALUES (?)"); in testStatementStringBinding()
175 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test (num) VALUES (?)"); in testStatementClearBindings()
222 mDatabase.compileStatement("INSERT INTO test (num, str) VALUES (?, ?)"); in testStatementMultipleBindings()
285 mDatabase.compileStatement("INSERT INTO test (num, str) VALUES (?, ?)"); in testStatementMultiThreaded()
299 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test (num) VALUES (?)"); in testStatementConstraint()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java423 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
454 stmt = db.compileStatement("INSERT OR IGNORE INTO secure(name,value)" in onUpgrade()
497 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()
540 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
560 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
578 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
597 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()
685 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
726 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
771 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
[all …]
/frameworks/base/core/java/android/database/
DDatabaseUtils.java210 try (SQLiteStatement st = db.compileStatement(sql)) { in executeInsert()
219 try (SQLiteStatement st = db.compileStatement(sql)) { in executeUpdateDelete()
1030 SQLiteStatement prog = db.compileStatement(query); in longForQuery()
1052 SQLiteStatement prog = db.compileStatement(query); in stringForQuery()
1077 SQLiteStatement prog = db.compileStatement(query); in blobFileDescriptorForQuery()
1288 mReplaceStatement = mDb.compileStatement(replaceSQL); in getStatement()
1294 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java1465 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement() method in SQLiteDatabase
2892 prog = compileStatement("PRAGMA " + p.first + ".integrity_check(1);"); in isDatabaseIntegrityOk()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java1328 return db.compileStatement(sql); in compileSqlStatementForLogging()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt5758 HSPLandroid/database/sqlite/SQLiteDatabase;->compileStatement(Ljava/lang/String;)Landroid/database/…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9797 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…
/frameworks/base/config/
Dboot-image-profile.txt5761 HSPLandroid/database/sqlite/SQLiteDatabase;->compileStatement(Ljava/lang/String;)Landroid/database/…
/frameworks/base/core/api/
Dcurrent.txt14743 …method public android.database.sqlite.SQLiteStatement compileStatement(String) throws android.data…