Searched refs:abortFullRestore (Results 1 – 8 of 8) sorted by relevance
640 public int abortFullRestore() { in abortFullRestore() method in BackupTransport795 public int abortFullRestore() { in abortFullRestore() method in BackupTransport.TransportImpl796 return BackupTransport.this.abortFullRestore(); in abortFullRestore()
399 public int abortFullRestore() throws RemoteException { in abortFullRestore() method in DelegatingTransport400 return getDelegate().abortFullRestore(); in abortFullRestore()
308 int abortFullRestore(); in abortFullRestore() method
366 when(mBackupTransport.abortFullRestore()).thenReturn(exp); in testAbortFullRestore()368 int ret = mDelegatingTransport.abortFullRestore(); in testAbortFullRestore()371 verify(mBackupTransport, times(1)).abortFullRestore(); in testAbortFullRestore()
877 public int abortFullRestore() { in abortFullRestore() method in LocalTransport
1036 transport.abortFullRestore(); in run()
1147 method public int abortFullRestore();
4207 Landroid/app/backup/BackupTransport$TransportImpl;->abortFullRestore()I76249 Lcom/android/internal/backup/IBackupTransport$Stub$Proxy;->abortFullRestore()I76306 Lcom/android/internal/backup/IBackupTransport;->abortFullRestore()I