/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/ |
H A D | EabProvider.java | 565 SQLiteDatabase.CONFLICT_REPLACE); in insert() 609 SQLiteDatabase.CONFLICT_REPLACE); in bulkInsert() 679 selection, selectionArgs, SQLiteDatabase.CONFLICT_REPLACE); in update()
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/ |
H A D | BatteryDatabaseManager.java | 20 import static android.database.sqlite.SQLiteDatabase.CONFLICT_REPLACE; 203 return db.insertWithOnConflict(TABLE_ACTION, null, values, CONFLICT_REPLACE) != -1; in insertAction()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
H A D | DeletedContactsTableUtil.java | 63 SQLiteDatabase.CONFLICT_REPLACE); in insertDeletedContact()
|
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/ |
H A D | SQLiteCacheHelper.java | 61 mTableName, null, values, SQLiteDatabase.CONFLICT_REPLACE); in insertOrReplace()
|
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
H A D | SoundTriggerDbHelper.java | 97 SQLiteDatabase.CONFLICT_REPLACE) != -1; in updateGenericSoundModel()
|
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | DatabaseHelper.java | 187 SQLiteDatabase.CONFLICT_REPLACE) != -1; in updateKeyphraseSoundModel() 462 SoundModelContract.TABLE, null, values, SQLiteDatabase.CONFLICT_REPLACE); in writeToDatabase()
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/ |
H A D | ChatProvider.java | 131 selection, selectionArgs, SQLiteDatabase.CONFLICT_REPLACE); in update()
|
/aosp12/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteDatabase.java | 201 public static final int CONFLICT_REPLACE = 5; field in SQLiteDatabase 1619 CONFLICT_REPLACE); in replace() 1646 CONFLICT_REPLACE); in replaceOrThrow()
|
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/ |
H A D | IpMemoryStoreDatabase.java | 399 toContentValues(key, clientId, name, data), SQLiteDatabase.CONFLICT_REPLACE); in storeBlob()
|
/aosp12/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/ |
H A D | BlockedNumberProvider.java | 172 SQLiteDatabase.CONFLICT_REPLACE); in insertBlockedNumber()
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | TelephonyProvider.java | 2690 db.insertWithOnConflict(table, null, newRow, SQLiteDatabase.CONFLICT_REPLACE); in separateRowsNeeded() 4537 SQLiteDatabase.CONFLICT_REPLACE); in update() 4565 whereArgs, SQLiteDatabase.CONFLICT_REPLACE); in update()
|
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountsDb.java | 1042 SQLiteDatabase.CONFLICT_REPLACE); in insertOrReplaceMetaAuthTypeAndUid()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 14081 field public static final int CONFLICT_REPLACE = 5; // 0x5
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 9862 field public static final int CONFLICT_REPLACE = 5; // 0x5
|