Searched refs:RestoreSession (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java19 import android.app.backup.RestoreSession;
139 RestoreSession session = null;
143 session = new RestoreSession(mContext, binder);
158 * {@link android.app.backup.RestoreSession} class for documentation on that process.
161 public RestoreSession beginRestoreSession() {
162 RestoreSession session = null;
168 session = new RestoreSession(mContext, binder);
H A DRestoreSession.java33 public class RestoreSession { class
34 static final String TAG = "RestoreSession";
120 * End this restore session. After this method is called, the RestoreSession
140 RestoreSession(Context context, IRestoreSession binder) { method in class:RestoreSession

Completed in 49 milliseconds