Searched refs:getCurrentRestoreSet (Results 1 – 7 of 7) sorted by relevance
348 public long getCurrentRestoreSet() { in getCurrentRestoreSet() method in BackupTransport713 public long getCurrentRestoreSet() throws RemoteException { in getCurrentRestoreSet() method in BackupTransport.TransportImpl714 return BackupTransport.this.getCurrentRestoreSet(); in getCurrentRestoreSet()
183 long getCurrentRestoreSet(); in getCurrentRestoreSet() method
598 public long getCurrentRestoreSet() { in getCurrentRestoreSet() method in LocalTransport
545 mBackupManagerService.setCurrentToken(transport.getCurrentRestoreSet()); in finishTask()
347 when(transportMock.transport.getCurrentRestoreSet()).thenReturn(1234L); in testRunTask_whenQueueEmptyOnFirstBackup_doesNotUpdateCurrentToken()435 when(transportMock.transport.getCurrentRestoreSet()).thenReturn(1234L); in testRunTask_whenOnePackage_updatesBookkeeping()2332 when(transportMock.transport.getCurrentRestoreSet()).thenReturn(1234L); in testRunTask_whenNoDataToBackupOnFirstBackup_doesNotUpdateCurrentToken()
3092 mCurrentToken = transport.getCurrentRestoreSet(); in updateStateForTransport()
880 method public long getCurrentRestoreSet();