Searched refs:beginRestoreSessionForUser (Results 1 – 4 of 4) sorted by relevance
569 IRestoreSession beginRestoreSessionForUser(int userId, String packageName, String transportID); in beginRestoreSessionForUser() method
385 sService.beginRestoreSessionForUser(mContext.getUserId(), null, null); in beginRestoreSession()
695 mRestore = mBmgr.beginRestoreSessionForUser(userId, null, null); in doList()859 mRestore = mBmgr.beginRestoreSessionForUser(userId, null, null); in doRestoreAll()
1298 public IRestoreSession beginRestoreSessionForUser( in beginRestoreSessionForUser() method in BackupManagerService