Searched refs:getCurrentRestoreSet (Results 1 – 10 of 10) sorted by relevance
358 public long getCurrentRestoreSet() { in getCurrentRestoreSet() method in BackupTransport723 public long getCurrentRestoreSet() throws RemoteException { in getCurrentRestoreSet() method in BackupTransport.TransportImpl724 return BackupTransport.this.getCurrentRestoreSet(); in getCurrentRestoreSet()
232 public long getCurrentRestoreSet() throws RemoteException { in getCurrentRestoreSet() method in DelegatingTransport233 return getDelegate().getCurrentRestoreSet(); in getCurrentRestoreSet()
183 long getCurrentRestoreSet(); in getCurrentRestoreSet() method
217 when(mBackupTransport.getCurrentRestoreSet()).thenReturn(exp); in testGetCurrentRestoreSet()219 long ret = mDelegatingTransport.getCurrentRestoreSet(); in testGetCurrentRestoreSet()222 verify(mBackupTransport, times(1)).getCurrentRestoreSet(); in testGetCurrentRestoreSet()
617 public long getCurrentRestoreSet() { in getCurrentRestoreSet() method in LocalTransport
356 when(transportMock.transport.getCurrentRestoreSet()).thenReturn(1234L); in testRunTask_whenQueueEmptyOnFirstBackup_doesNotUpdateCurrentToken()444 when(transportMock.transport.getCurrentRestoreSet()).thenReturn(1234L); in testRunTask_whenOnePackage_updatesBookkeeping()2387 when(transportMock.transport.getCurrentRestoreSet()).thenReturn(1234L); in testRunTask_whenNoDataToBackupOnFirstBackup_doesNotUpdateCurrentToken()2403 when(transportMock.transport.getCurrentRestoreSet()).thenReturn(1234L); in testRunTask_whenNoDataToBackupOnFirstBackup_doesNotTellTransportOfBackup()2419 when(transportMock.transport.getCurrentRestoreSet()).thenReturn(1234L); in testRunTask_whenBackupHasCompletedAndThenNoDataChanges_transportGetsNotified()
769 mBackupManagerService.setCurrentToken(transport.getCurrentRestoreSet()); in finishTask()
3723 mCurrentToken = transport.getCurrentRestoreSet(); in updateStateForTransport()
1161 method public long getCurrentRestoreSet();
4219 Landroid/app/backup/BackupTransport$TransportImpl;->getCurrentRestoreSet()J76261 Lcom/android/internal/backup/IBackupTransport$Stub$Proxy;->getCurrentRestoreSet()J76315 Lcom/android/internal/backup/IBackupTransport;->getCurrentRestoreSet()J