Searched refs:beginRestoreSessionForUser (Results 1 – 4 of 4) sorted by relevance
552 IRestoreSession beginRestoreSessionForUser(int userId, String packageName, String transportID); in beginRestoreSessionForUser() method
390 sService.beginRestoreSessionForUser(mContext.getUserId(), null, null); in beginRestoreSession()
669 mRestore = mBmgr.beginRestoreSessionForUser(userId, null, null); in doList()824 mRestore = mBmgr.beginRestoreSessionForUser(userId, null, null); in doRestoreAll()
1247 public IRestoreSession beginRestoreSessionForUser( in beginRestoreSessionForUser() method in BackupManagerService