Home
last modified time | relevance | path

Searched refs:getChanges (Results 1 – 10 of 10) sorted by relevance

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/backuprestore/
DCloudBackupManagerTest.java173 assertThat(secondResponse.getChanges().size()).isEqualTo(0); in getChangesForBackup_noMoreChangeLogs_correctResponseReturned()
203 assertThat(secondResponse.getChanges().size()).isEqualTo(1); in getChangesForBackup_dataTableIsNotNull_succeed()
239 assertThat(response.getChanges().size()).isEqualTo(1); in getChangesForBackup_changeTokenIsNull_succeed()
295 assertThat(secondResponse.getChanges().size()).isEqualTo(2); in insertRecordsDuringBackup_insertedRecordsReturnedInIncrementalBackup()
296 assertThat(thirdResponse.getChanges().size()).isEqualTo(1); in insertRecordsDuringBackup_insertedRecordsReturnedInIncrementalBackup()
297 assertThat(thirdResponse.getChanges().get(0).getChangeId()) in insertRecordsDuringBackup_insertedRecordsReturnedInIncrementalBackup()
320 assertThat(secondResponse.getChanges().size()).isEqualTo(1); in updatesRecordsDuringBackup_updatedRecordsReturnedInIncrementalBackup()
321 assertThat(thirdResponse.getChanges().size()).isEqualTo(1); in updatesRecordsDuringBackup_updatedRecordsReturnedInIncrementalBackup()
322 assertThat(thirdResponse.getChanges().get(0)).isEqualTo(secondResponse.getChanges().get(0)); in updatesRecordsDuringBackup_updatedRecordsReturnedInIncrementalBackup()
347 assertThat(secondResponse.getChanges().size()).isEqualTo(1); in deletesRecordsDuringBackup_deletedRecordsReturnedInIncrementalBackup()
[all …]
DCloudBackupDatabaseHelperTest.java169 mCloudBackupDatabaseHelper.getChangesAndTokenFromDataTables().getChanges(); in getChangesAndTokenFromDataTables_noRecordsInDb_noChangesReturned()
187 List<BackupChange> changes = response.getChanges(); in getChangesAndTokenFromDataTables_recordsInDb_correctRecordsReturned()
215 assertThat(response.getChanges().size()).isEqualTo(DEFAULT_PAGE_SIZE); in getChangesFromDataTables_singleRecordsExceedPageSize_correctResponseReturned()
243 assertThat(secondResponse.getChanges().size()).isEqualTo(DEFAULT_PAGE_SIZE); in getChangesFromDataTables_withSingleRecords_usingToken_correctResponseReturned()
266 assertThat(response.getChanges().size()).isEqualTo(DEFAULT_PAGE_SIZE); in getChangesFromDataTables_mixedRecordsNotInSamePage_correctChangeTokenReturned()
295 assertThat(secondResponse.getChanges().size()).isEqualTo(1); in getChangesFromDataTables_mixedRecordsNotInSamePage_usingToken_responseReturned()
317 assertThat(response.getChanges().size()).isEqualTo(DEFAULT_PAGE_SIZE); in getChangesFromDataTables_mixedRecordsWithinSamePage_correctChangeTokenReturned()
354 mCloudBackupDatabaseHelper.getChangesAndTokenFromDataTables().getChanges(); in getChangesFromDataTables_returnsPlannedExerciseSessionsFirst()
450 assertThat(secondResponse.getChanges().size()).isEqualTo(1); in getIncrementalChanges_upsertRecords_correctChangeReturned()
451 BackupChange bloodPressureBackupChange = secondResponse.getChanges().get(0); in getIncrementalChanges_upsertRecords_correctChangeReturned()
[all …]
DCloudBackupRestoreTest.java147 mCloudBackupManager.getChangesForBackup(null).getChanges(); in backUpAndRestoreChanges_dataIsTheSame()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/backuprestore/
DHealthConnectCloudBackupRestoreTests.java114 assertThat(response.getChanges().size()).isEqualTo(insertedRecords.size()); in getChangesForBackup_success()
153 response.getChanges().stream() in restoreChanges_success()
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/backuprestore/
DGetChangesForBackupResponseTest.java53 assertThat(restoredParcel.getChanges()) in getChangesForBackupResponseParcel_propertiesAreIdentical()
/packages/modules/HealthFitness/framework/java/android/health/connect/backuprestore/
DGetChangesForBackupResponse.java111 public List<BackupChange> getChanges() { in getChanges() method in GetChangesForBackupResponse
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTransformParams.java216 for (TransitionInfo.Change change : mTransitionInfo.getChanges()) { in getChangeLeashForApp()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRemoteCarTaskViewTransitions.java201 for (TransitionInfo.Change chg : info.getChanges()) { in startAnimation()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/scalableui/
DPanelAutoTaskStackTransitionHandlerDelegate.java170 for (TransitionInfo.Change change : info.getChanges()) { in calculateTransaction()
/packages/modules/HealthFitness/framework/api/
Dsystem-current.txt216 …hod @NonNull public java.util.List<android.health.connect.backuprestore.BackupChange> getChanges();