Searched refs:forceCollect (Results 1 – 3 of 3) sorted by relevance
181 final boolean forceCollect = in getMetricsForNetwork()183 collectPendingMetricsSnapshot(timeMs, forceCollect); in getMetricsForNetwork()184 if (metrics == null || forceCollect) { in getMetricsForNetwork()196 private void collectPendingMetricsSnapshot(long timeMs, boolean forceCollect) { in collectPendingMetricsSnapshot() argument199 if (!forceCollect && Math.abs(timeMs - mLastSnapshot) <= METRICS_SNAPSHOT_SPAN_MS) { in collectPendingMetricsSnapshot()
992 Settings.VersionInfo settingsVersionForPackage, boolean forceCollect, in collectCertificatesLI() argument1000 if (ps != null && !forceCollect in collectCertificatesLI()1021 + (forceCollect ? " (forced)" : "")); in collectCertificatesLI()
4157 final boolean forceCollect = scanSystemPartition ? isUpgrade in scanSystemPackageLI()4159 if (DEBUG_VERIFY && forceCollect) { in scanSystemPackageLI()4167 mPm.getSettingsVersionForPackage(parsedPackage), forceCollect, skipVerify, in scanSystemPackageLI()