Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupTransport.java358 public long getCurrentRestoreSet() { in getCurrentRestoreSet() method in BackupTransport
723 public long getCurrentRestoreSet() throws RemoteException { in getCurrentRestoreSet() method in BackupTransport.TransportImpl
724 return BackupTransport.this.getCurrentRestoreSet(); in getCurrentRestoreSet()
/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/
DDelegatingTransport.java232 public long getCurrentRestoreSet() throws RemoteException { in getCurrentRestoreSet() method in DelegatingTransport
233 return getDelegate().getCurrentRestoreSet(); in getCurrentRestoreSet()
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl183 long getCurrentRestoreSet(); in getCurrentRestoreSet() method
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/transport/
DDelegatingTransportTest.java217 when(mBackupTransport.getCurrentRestoreSet()).thenReturn(exp); in testGetCurrentRestoreSet()
219 long ret = mDelegatingTransport.getCurrentRestoreSet(); in testGetCurrentRestoreSet()
222 verify(mBackupTransport, times(1)).getCurrentRestoreSet(); in testGetCurrentRestoreSet()
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java617 public long getCurrentRestoreSet() { in getCurrentRestoreSet() method in LocalTransport
/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
DKeyValueBackupTaskTest.java356 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()
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
DKeyValueBackupTask.java769 mBackupManagerService.setCurrentToken(transport.getCurrentRestoreSet()); in finishTask()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java3723 mCurrentToken = transport.getCurrentRestoreSet(); in updateStateForTransport()
/frameworks/base/core/api/
Dsystem-current.txt1161 method public long getCurrentRestoreSet();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4219 Landroid/app/backup/BackupTransport$TransportImpl;->getCurrentRestoreSet()J
76261 Lcom/android/internal/backup/IBackupTransport$Stub$Proxy;->getCurrentRestoreSet()J
76315 Lcom/android/internal/backup/IBackupTransport;->getCurrentRestoreSet()J