HomeSort by relevance Sort by last modified time
    Searched refs:RestoreSession (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/backup/
BackupManager.java 19 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);
RestoreSession.java 33 public class RestoreSession {
34 static final String TAG = "RestoreSession";
120 * End this restore session. After this method is called, the RestoreSession
140 RestoreSession(Context context, IRestoreSession binder) {

Completed in 80 milliseconds