Searched refs:ActiveRestoreSession (Results 1 – 4 of 4) sorted by relevance
24 import com.android.server.backup.restore.ActiveRestoreSession;29 public final ActiveRestoreSession session;34 public RestoreGetSetsParams(TransportClient _transportClient, ActiveRestoreSession _session, in RestoreGetSetsParams()
52 public class ActiveRestoreSession extends IRestoreSession.Stub { class64 public ActiveRestoreSession( in ActiveRestoreSession() method in ActiveRestoreSession417 ActiveRestoreSession mSession;419 public EndRestoreRunnable(UserBackupManagerService manager, ActiveRestoreSession session) { in EndRestoreRunnable()
577 return new ActiveRestoreSession( in createActiveRestoreSession()584 ActiveRestoreSession restoreSession = in createActiveRestoreSessionWithRestoreSets()585 new ActiveRestoreSession( in createActiveRestoreSessionWithRestoreSets()
126 import com.android.server.backup.restore.ActiveRestoreSession;324 private ActiveRestoreSession mActiveRestoreSession;724 public ActiveRestoreSession getActiveRestoreSession() { in getActiveRestoreSession()3360 mActiveRestoreSession = new ActiveRestoreSession(this, packageName, transport); in beginRestoreSession()3368 public void clearRestoreSession(ActiveRestoreSession currentSession) { in clearRestoreSession()