Searched refs:onStartRestore (Results 1 – 4 of 4) sorted by relevance
63 verify(mFullBackupRestoreObserverMock).onStartRestore(); in sendStartRestore_callsObserver()68 doThrow(new RemoteException()).when(mFullBackupRestoreObserverMock).onStartRestore(); in sendStartRestore_observerThrows_returnsNull()74 verify(mFullBackupRestoreObserverMock).onStartRestore(); in sendStartRestore_observerThrows_returnsNull()
49 void onStartRestore(); in onStartRestore() method
39 observer.onStartRestore(); in sendStartRestore()
371 public void onStartRestore() throws RemoteException { in onStartRestore() method in BackupRestoreConfirmation.FullObserver