Searched defs:stmt (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
| D | DatabaseHelper.java | 355 SQLiteStatement stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade() local 399 … SQLiteStatement stmt = db.compileStatement("INSERT OR IGNORE INTO secure(name,value)" in onUpgrade() local 441 … SQLiteStatement stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade() local 494 SQLiteStatement stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade() local 513 SQLiteStatement stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade() local 657 SQLiteStatement stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in loadVolumeLevels() local 700 SQLiteStatement stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in loadVibrateSetting() local 718 SQLiteStatement stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in loadSystemSettings() local 773 private void loadDefaultAnimationSettings(SQLiteStatement stmt) { in loadDefaultAnimationSettings() 780 private void loadDefaultHapticSettings(SQLiteStatement stmt) { in loadDefaultHapticSettings() [all …]
|
| /frameworks/base/tests/CoreTests/android/core/ |
| D | AbstractJDBCDriverTest.java | 119 private void autoCommitInsertSelectTest(Statement stmt, String[] ones, in autoCommitInsertSelectTest() 135 private void assertAllFromTbl1(Statement stmt, String[] ones, short[] twos) in assertAllFromTbl1()
|
| /frameworks/base/core/jni/ |
| D | android_database_SQLiteDatabase.cpp | 240 sqlite3_stmt* stmt = NULL; in native_setLocale() local
|
| /frameworks/base/core/java/android/database/ |
| D | DatabaseUtils.java | 782 SQLiteStatement stmt = getStatement(allowReplace); in insertInternal() local
|