Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java419 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
464 stmt = db.compileStatement("INSERT OR IGNORE INTO secure(name,value)" in onUpgrade()
507 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()
550 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
570 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
588 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
607 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()
695 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
736 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()
781 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.java831 SQLiteStatement prog = db.compileStatement(query); in longForQuery()
853 SQLiteStatement prog = db.compileStatement(query); in stringForQuery()
878 SQLiteStatement prog = db.compileStatement(query); in blobFileDescriptorForQuery()
1089 mReplaceStatement = mDb.compileStatement(replaceSQL); in getStatement()
1095 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java991 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement() method in SQLiteDatabase
2145 prog = compileStatement("PRAGMA " + p.first + ".integrity_check(1);"); in isDatabaseIntegrityOk()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3376 userAccount.statementForLogging = db.compileStatement(sql); in compileSqlStatementForLogging()
/frameworks/base/api/
Dcurrent.txt10343 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…
Dsystem-current.txt10680 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…