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

  /frameworks/base/core/java/android/app/backup/
BackupManager.java 20 import android.app.backup.RestoreSession;
145 RestoreSession session = null;
150 session = new RestoreSession(mContext, binder);
168 * {@link android.app.backup.RestoreSession} class for documentation on that process.
172 public RestoreSession beginRestoreSession() {
173 RestoreSession session = null;
180 session = new RestoreSession(mContext, binder);
RestoreSession.java 35 public class RestoreSession {
36 static final String TAG = "RestoreSession";
156 * End this restore session. After this method is called, the RestoreSession
176 RestoreSession(Context context, IRestoreSession binder) {
IBackupManager.aidl 273 * the BackupManager.requestRestore() functionality via RestoreSession.restorePackage()
  /external/chromium_org/chrome/browser/sessions/
session_restore.h 49 static Browser* RestoreSession(Profile* profile,
56 // of function RestoreSession.
session_restore.cc     [all...]
session_restore_browsertest.cc     [all...]
session_service.cc 647 SessionRestore::RestoreSession(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.h 92 void RestoreSession(
oauth2_login_manager.cc 66 void OAuth2LoginManager::RestoreSession(
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 518 System.err.println("used by the RestoreSession.restorePackage() method.");
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.cc     [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 638 Browser* browser = SessionRestore::RestoreSession(
    [all...]
  /frameworks/base/api/
system-current.txt     [all...]
  /prebuilts/sdk/system-api/
22.txt     [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]

Completed in 49 milliseconds