Searched refs:getChanges (Results 1 – 10 of 10) sorted by relevance
173 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 …]
169 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 …]
147 mCloudBackupManager.getChangesForBackup(null).getChanges(); in backUpAndRestoreChanges_dataIsTheSame()
114 assertThat(response.getChanges().size()).isEqualTo(insertedRecords.size()); in getChangesForBackup_success()153 response.getChanges().stream() in restoreChanges_success()
53 assertThat(restoredParcel.getChanges()) in getChangesForBackupResponseParcel_propertiesAreIdentical()
111 public List<BackupChange> getChanges() { in getChanges() method in GetChangesForBackupResponse
216 for (TransitionInfo.Change change : mTransitionInfo.getChanges()) { in getChangeLeashForApp()
201 for (TransitionInfo.Change chg : info.getChanges()) { in startAnimation()
170 for (TransitionInfo.Change change : info.getChanges()) { in calculateTransaction()
216 …hod @NonNull public java.util.List<android.health.connect.backuprestore.BackupChange> getChanges();