Home
last modified time | relevance | path

Searched refs:CONFLICT_REPLACE (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
H A DEabProvider.java565 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 DBatteryDatabaseManager.java20 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 DDeletedContactsTableUtil.java63 SQLiteDatabase.CONFLICT_REPLACE); in insertDeletedContact()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/
H A DSQLiteCacheHelper.java61 mTableName, null, values, SQLiteDatabase.CONFLICT_REPLACE); in insertOrReplace()
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerDbHelper.java97 SQLiteDatabase.CONFLICT_REPLACE) != -1; in updateGenericSoundModel()
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DDatabaseHelper.java187 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 DChatProvider.java131 selection, selectionArgs, SQLiteDatabase.CONFLICT_REPLACE); in update()
/aosp12/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java201 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 DIpMemoryStoreDatabase.java399 toContentValues(key, clientId, name, data), SQLiteDatabase.CONFLICT_REPLACE); in storeBlob()
/aosp12/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
H A DBlockedNumberProvider.java172 SQLiteDatabase.CONFLICT_REPLACE); in insertBlockedNumber()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java2690 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 DAccountsDb.java1042 SQLiteDatabase.CONFLICT_REPLACE); in insertOrReplaceMetaAuthTypeAndUid()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt14081 field public static final int CONFLICT_REPLACE = 5; // 0x5
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt9862 field public static final int CONFLICT_REPLACE = 5; // 0x5