HomeSort by relevance Sort by last modified time
    Searched full:restoresession (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/app/backup/
BackupManager.java 19 import android.app.backup.RestoreSession;
144 RestoreSession session = null;
149 session = new RestoreSession(mContext, binder);
165 * {@link android.app.backup.RestoreSession} class for documentation on that process.
168 public RestoreSession beginRestoreSession() {
169 RestoreSession session = null;
176 session = new RestoreSession(mContext, binder);
RestoreSession.java 33 public class RestoreSession {
34 static final String TAG = "RestoreSession";
154 * End this restore session. After this method is called, the RestoreSession
174 RestoreSession(Context context, IRestoreSession binder) {
IBackupManager.aidl 253 * the BackupManager.requestRestore() functionality via RestoreSession.restorePackage()
  /external/chromium/chrome/browser/sessions/
session_restore.h 33 static void RestoreSession(Profile* profile,
session_restore.cc 745 // See description in RestoreSession (in .h).
807 void SessionRestore::RestoreSession(Profile* profile,
session_service.cc 494 SessionRestore::RestoreSession(
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.cc 86 SessionRestore::RestoreSession(browser->profile(), browser,
startup_browser_creator_impl.cc 699 Browser* browser = SessionRestore::RestoreSession(
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore.h 49 static Browser* RestoreSession(Profile* profile,
session_restore_browsertest.cc     [all...]
session_restore.cc     [all...]
session_service.cc 578 SessionRestore::RestoreSession(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager.h 92 void RestoreSession(
oauth2_login_manager.cc 60 void OAuth2LoginManager::RestoreSession(
login_utils.cc 552 login_manager->RestoreSession(
    [all...]
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 493 System.err.println("used by the RestoreSession.restorePackage() method.");
  /external/chromium/chrome/browser/ui/
browser_init.cc 353 SessionRestore::RestoreSession(profile_, NULL, true, false,
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]

Completed in 651 milliseconds