Searched refs:mRestoreDescription (Results 1 – 1 of 1) sorted by relevance
7934 private RestoreDescription mRestoreDescription; field in BackupManagerService.PerformUnifiedRestoreTask8226 mRestoreDescription = mTransport.nextRestorePackage(); in dispatchNextRestore()8227 final String pkgName = (mRestoreDescription != null) in dispatchNextRestore()8228 ? mRestoreDescription.getPackageName() : null; in dispatchNextRestore()8234 } else if (mRestoreDescription == RestoreDescription.NO_MORE_PACKAGES) { in dispatchNextRestore()8246 Slog.i(TAG, "Next restore package: " + mRestoreDescription); in dispatchNextRestore()8299 final int type = mRestoreDescription.getDataType(); in dispatchNextRestore()8855 … && ((mRestoreDescription.getDataType() == RestoreDescription.TYPE_FULL_STREAM) in keyValueAgentCleanup()