Searched refs:onEndRestore (Results 1 – 4 of 4) sorted by relevance
119 verify(mFullBackupRestoreObserverMock).onEndRestore(); in sendEndRestore_callsObserver()124 doThrow(new RemoteException()).when(mFullBackupRestoreObserverMock).onEndRestore(); in sendEndRestore_observerThrows_returnsNull()130 verify(mFullBackupRestoreObserverMock).onEndRestore(); in sendEndRestore_observerThrows_returnsNull()
63 void onEndRestore(); in onEndRestore() method
80 observer.onEndRestore(); in sendEndRestore()
381 public void onEndRestore() throws RemoteException { in onEndRestore() method in BackupRestoreConfirmation.FullObserver