Searched refs:getCurrentToken (Results 1 – 4 of 4) sorted by relevance
263 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_updatesBookkeeping()277 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_releasesWakeLock()288 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_doesNotProduceData()300 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_doesNotCallTransport()313 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_notifiesCorrectly()351 assertThat(mBackupManagerService.getCurrentToken()).isEqualTo(0L); in testRunTask_whenQueueEmptyOnFirstBackup_doesNotUpdateCurrentToken()444 assertThat(mBackupManagerService.getCurrentToken()).isEqualTo(1234L); in testRunTask_whenOnePackage_updatesBookkeeping()2339 assertThat(mBackupManagerService.getCurrentToken()).isEqualTo(0L); in testRunTask_whenNoDataToBackupOnFirstBackup_doesNotUpdateCurrentToken()
541 long currentToken = mBackupManagerService.getCurrentToken(); in finishTask()
774 public long getCurrentToken() { in getCurrentToken() method in UserBackupManagerService
4903 PLcom/android/server/backup/UserBackupManagerService;->getCurrentToken()J