Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerDbHelper.java97 SQLiteDatabase.CONFLICT_REPLACE) != -1; in updateGenericSoundModel()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DDatabaseHelper.java183 SQLiteDatabase.CONFLICT_REPLACE) != -1; in updateKeyphraseSoundModel()
446 SoundModelContract.TABLE, null, values, SQLiteDatabase.CONFLICT_REPLACE); in writeToDatabase()
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java202 public static final int CONFLICT_REPLACE = 5; field in SQLiteDatabase
1787 CONFLICT_REPLACE); in replace()
1814 CONFLICT_REPLACE); in replaceOrThrow()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java1042 SQLiteDatabase.CONFLICT_REPLACE); in insertOrReplaceMetaAuthTypeAndUid()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14314 field public static final int CONFLICT_REPLACE = 5; // 0x5