Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java437 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
468 stmt = db.compileStatement("INSERT OR IGNORE INTO secure(name,value)" in onUpgrade()
511 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()
554 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
574 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
592 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
611 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()
699 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
740 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
785 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
[all …]
/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/core/java/android/database/
DDatabaseUtils.java828 SQLiteStatement prog = db.compileStatement(query); in longForQuery()
850 SQLiteStatement prog = db.compileStatement(query); in stringForQuery()
875 SQLiteStatement prog = db.compileStatement(query); in blobFileDescriptorForQuery()
1086 mReplaceStatement = mDb.compileStatement(replaceSQL); in getStatement()
1092 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java993 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement() method in SQLiteDatabase
2163 prog = compileStatement("PRAGMA " + p.first + ".integrity_check(1);"); in isDatabaseIntegrityOk()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java1303 return db.compileStatement(sql); in compileSqlStatementForLogging()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9797 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…
/frameworks/base/api/
Dcurrent.txt11829 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…
Dsystem-current.txt12609 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…