Lines Matching defs:session

393         public ActiveRestoreSession session;
399 session = _session;
842 // cache the result in the active session
843 synchronized (params.session) {
844 params.session.mRestoreSets = sets;
860 // Done: reset the session timeout clock
879 // Client app left the restore session dangling. We know that it
883 Slog.w(TAG, "Restore session timed out; aborting");
7747 // Clear any ongoing session timeout.
7758 // We were invoked via an active restore session, not by the Package
7759 // Manager, so start up the session timeout again.
8845 // Hand off a restore session
8881 Slog.d(TAG, "Restore session requested but one already active");
8893 Slog.e(TAG, "ending non-current restore session");
8895 if (DEBUG) Slog.v(TAG, "Clearing restore session and halting timeout");
8922 // ----- Restore session -----
8951 throw new IllegalStateException("Restore session already ended");
8993 throw new IllegalStateException("Restore session already ended");
9007 Slog.e(TAG, "Ignoring restoreAll() on single-package session");
9023 // Real work, so stop the session timeout until we finalize the restore
9075 throw new IllegalStateException("Restore session already ended");
9089 Slog.e(TAG, "Ignoring restoreAll() on single-package session");
9105 // Stop the session timeout until we finalize the restore
9131 throw new IllegalStateException("Restore session already ended");
9142 + " on session for package " + mPackageName);
9188 // Stop the session timeout until we finalize the restore
9205 // Posted to the handler to tear down a restore session in a cleanly synchronized way
9210 EndRestoreRunnable(BackupManagerService manager, ActiveRestoreSession session) {
9212 mSession = session;
9216 // clean up the session's bookkeeping
9245 throw new IllegalStateException("Restore session already ended");