Home | History | Annotate | Download | only in server

Lines Matching defs:mCurrentState

1814         BackupState mCurrentState;
1839 mCurrentState = BackupState.INITIAL;
1849 switch (mCurrentState) {
2313 mCurrentState = nextState;
4289 private RestoreState mCurrentState;
4314 mCurrentState = RestoreState.INITIAL;
4344 if (MORE_DEBUG) Slog.v(TAG, "*** Executing restore step: " + mCurrentState);
4345 switch (mCurrentState) {
4845 mCurrentState = nextState;