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()
872 public int abortFullRestore() { in abortFullRestore() method in LocalTransport
1025 transport.abortFullRestore(); in run()
1013 method public int abortFullRestore();
1065 method public int abortFullRestore();