Searched refs:isDataLoaderInstallation (Results 1 – 1 of 1) sorted by relevance
876 static boolean isDataLoaderInstallation(SessionParams params) { in isDataLoaderInstallation() method in PackageInstallerSession881 if (!isDataLoaderInstallation(params)) { in isSystemDataLoaderInstallation()934 private boolean isDataLoaderInstallation() { in isDataLoaderInstallation() method in PackageInstallerSession935 return isDataLoaderInstallation(this.params); in isDataLoaderInstallation()939 return isDataLoaderInstallation() && params.dataLoaderParams.getType() == STREAMING; in isStreamingInstallation()943 return isDataLoaderInstallation() && params.dataLoaderParams.getType() == INCREMENTAL; in isIncrementalInstallation()1223 if (isDataLoaderInstallation()) { in PackageInstallerSession()1550 if (!isDataLoaderInstallation()) { in getNamesLocked()1739 if (isDataLoaderInstallation()) { in removeSplit()1790 if (isDataLoaderInstallation()) { in assertCanWrite()[all …]