public class BackupActivity extends BaseToolbarActivity implements BackupView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MOVE_TO_SAVE_AND_SHARE |
static java.lang.String |
TAG_CREATE_PASSWORD_PAGE |
static java.lang.String |
TAG_SAVE_AND_SHARE_PAGE |
static java.lang.String |
TAG_WELL_DONE_PAGE |
static int |
TOOLBAR_COLOR_ANIM_DURATION |
BACKGROUND_COLOR, EMPTY_TITLE| Constructor and Description |
|---|
BackupActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected int |
getContentLayout() |
void |
moveToCreatePasswordPage() |
void |
moveToSaveAndSharePage(java.lang.String key) |
void |
moveToWellDonePage() |
void |
onBackButtonClicked() |
void |
onBackPressed() |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onSaveInstanceState(android.os.Bundle outState) |
protected void |
onStop() |
void |
showError() |
void |
startBackupFlow() |
clearSteps, closeKeyboard, hideNavigationIcon, openKeyboard, setNavigationClickListener, setNavigationIcon, setNavigationIcon, setStep, setToolbarColor, setToolbarColorWithAnim, setToolbarTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseKeyboard, openKeyboardpublic static final java.lang.String MOVE_TO_SAVE_AND_SHARE
public static final int TOOLBAR_COLOR_ANIM_DURATION
public static final java.lang.String TAG_WELL_DONE_PAGE
public static final java.lang.String TAG_SAVE_AND_SHARE_PAGE
public static final java.lang.String TAG_CREATE_PASSWORD_PAGE
protected int getContentLayout()
getContentLayout in class BaseToolbarActivityprotected void onCreate(android.os.Bundle savedInstanceState)
onCreate in class BaseToolbarActivitypublic void onSaveInstanceState(android.os.Bundle outState)
onSaveInstanceState in class BaseToolbarActivitypublic void startBackupFlow()
startBackupFlow in interface BackupViewpublic void moveToCreatePasswordPage()
moveToCreatePasswordPage in interface BackupViewpublic void moveToSaveAndSharePage(java.lang.String key)
moveToSaveAndSharePage in interface BackupViewpublic void moveToWellDonePage()
moveToWellDonePage in interface BackupViewpublic void close()
close in interface BackupViewpublic void showError()
showError in interface BackupViewpublic void onBackPressed()
protected void onStop()
public void onBackButtonClicked()
onBackButtonClicked in interface BackupView