Home
last modified time | relevance | path

Searched refs:REPLACE (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DLevenshteinDistanceTest.java34 private static final int REPLACE = LevenshteinDistance.EDIT_REPLACE; field in LevenshteinDistanceTest
54 } else if (expectedOps[i] == REPLACE) { in verifyTargetOperations()
101 new int[] {REPLACE}, in testGetTargetOperationsReplacement()
107 new int[] {REPLACE, REPLACE}, in testGetTargetOperationsReplacement()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/model/
DAppShareabilityDatabase.java40 @Insert(onConflict = OnConflictStrategy.REPLACE)
44 @Insert(onConflict = OnConflictStrategy.REPLACE)
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/db/
DAppUsageEventDao.java33 @Insert(onConflict = OnConflictStrategy.REPLACE)
37 @Insert(onConflict = OnConflictStrategy.REPLACE)
DBatteryStateDao.java33 @Insert(onConflict = OnConflictStrategy.REPLACE)
37 @Insert(onConflict = OnConflictStrategy.REPLACE)
DBatteryReattributeDao.kt31 @Insert(onConflict = OnConflictStrategy.REPLACE)
DBatteryUsageSlotDao.java32 @Insert(onConflict = OnConflictStrategy.REPLACE)
DBatteryEventDao.java32 @Insert(onConflict = OnConflictStrategy.REPLACE)
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/kanon/
DKAnonMessageDao.java32 @Insert(onConflict = OnConflictStrategy.REPLACE)
36 @Insert(onConflict = OnConflictStrategy.REPLACE)
DClientParametersDao.java42 @Insert(onConflict = OnConflictStrategy.REPLACE)
DServerParametersDao.java39 @Insert(onConflict = OnConflictStrategy.REPLACE)
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/
DCustomAudienceDao.java69 @Insert(onConflict = OnConflictStrategy.REPLACE)
79 @Insert(onConflict = OnConflictStrategy.REPLACE)
91 @Insert(onConflict = OnConflictStrategy.REPLACE)
267 @Insert(onConflict = OnConflictStrategy.REPLACE)
850 @Insert(onConflict = OnConflictStrategy.REPLACE)
855 @Insert(onConflict = OnConflictStrategy.REPLACE)
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java69 @Insert(onConflict = OnConflictStrategy.REPLACE)
79 @Insert(onConflict = OnConflictStrategy.REPLACE)
89 @Insert(onConflict = OnConflictStrategy.REPLACE)
103 @Insert(onConflict = OnConflictStrategy.REPLACE)
536 @Insert(onConflict = OnConflictStrategy.REPLACE)
DAdSelectionDebugReportDao.java41 @Insert(onConflict = OnConflictStrategy.REPLACE)
DConsentedDebugConfigurationDao.java41 @Insert(onConflict = OnConflictStrategy.REPLACE)
DEncryptionKeyDao.java99 @Insert(onConflict = OnConflictStrategy.REPLACE)
DProtectedServersEncryptionConfigDao.java125 @Insert(onConflict = OnConflictStrategy.REPLACE)
DEncryptionContextDao.java47 @Insert(onConflict = OnConflictStrategy.REPLACE)
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadataDao.java33 @Insert(onConflict = OnConflictStrategy.REPLACE)
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/signals/
DEncoderEndpointsDao.java34 @Insert(onConflict = OnConflictStrategy.REPLACE)
DEncodedPayloadDao.java38 @Insert(onConflict = OnConflictStrategy.REPLACE)
DEncoderLogicMetadataDao.java38 @Insert(onConflict = OnConflictStrategy.REPLACE)
DProtectedSignalsDao.java238 @Insert(entity = DBSignalsUpdateMetadata.class, onConflict = OnConflictStrategy.REPLACE)
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/cache/
DCacheEntryDao.java34 @Insert(onConflict = OnConflictStrategy.REPLACE)
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/
DSetupWizardCompletionTimeoutWorker.java133 ExistingWorkPolicy.REPLACE, workRequest);
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DProvisionHelperImpl.java164 ExistingWorkPolicy.REPLACE, isDeviceInApprovedCountryWork).getResult(); in scheduleKioskAppInstallation()
286 ExistingWorkPolicy.REPLACE, playInstallPackageTask).getResult(); in installFromPlay()

12