HomeSort by relevance Sort by last modified time
    Searched refs:RestoreSession (Results 1 - 7 of 7) 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) {
  /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/webkit/Source/WebKit2/UIProcess/cf/
WebPageProxyCF.cpp 165 process()->send(Messages::WebPage::RestoreSession(state), m_pageID);
  /external/chromium/chrome/browser/ui/
browser_init.cc 353 SessionRestore::RestoreSession(profile_, NULL, true, false,
    [all...]

Completed in 311 milliseconds