Searched refs:sourceKey (Results 1 – 9 of 9) sorted by relevance
67 void writeAutomaticAtom(SafetySourceKey sourceKey, @ProfileType int profileType) { in writeAutomaticAtom() argument69 sourceKey, in writeAutomaticAtom()70 mSourceDataRepository.getSafetySourceData(sourceKey), in writeAutomaticAtom()75 mSourceDataRepository.getSafetySourceLastUpdated(sourceKey)); in writeAutomaticAtom()100 SafetySourceKey sourceKey, in logSafetySourceStateCollected() argument124 if (isIssueDismissed(issue, sourceKey)) { in logSafetySourceStateCollected()134 sourceKey.getSourceId(), in logSafetySourceStateCollected()139 getDuplicateCount(sourceKey), in logSafetySourceStateCollected()140 mSourceDataRepository.getSourceState(sourceKey), in logSafetySourceStateCollected()147 private boolean isIssueDismissed(SafetySourceIssue issue, SafetySourceKey sourceKey) { in isIssueDismissed() argument[all …]
188 boolean markSafetySourceRefreshTimedOut(SafetySourceKey sourceKey, boolean setError) { in markSafetySourceRefreshTimedOut() argument189 mSourceStates.put(sourceKey, SAFETY_SOURCE_STATE_COLLECTED__SOURCE_STATE__REFRESH_TIMEOUT); in markSafetySourceRefreshTimedOut()193 return setSafetySourceError(sourceKey); in markSafetySourceRefreshTimedOut()268 long getSafetySourceLastUpdated(SafetySourceKey sourceKey) { in getSafetySourceLastUpdated() argument269 Long lastUpdated = mSafetySourceLastUpdated.get(sourceKey); in getSafetySourceLastUpdated()277 private void setLastUpdatedNow(SafetySourceKey sourceKey) { in setLastUpdatedNow() argument278 mSafetySourceLastUpdated.put(sourceKey, SystemClock.elapsedRealtime()); in setLastUpdatedNow()286 int getSourceState(SafetySourceKey sourceKey) { in getSourceState() argument287 Integer sourceState = mSourceStates.get(sourceKey); in getSourceState()307 SafetySourceKey sourceKey = mSafetySourceData.keyAt(i); in clearForUser() local[all …]
571 SafetySourceKey sourceKey, @ProfileType int profileType) { in logSafetySourceStateCollectedAutomatic() argument572 mSafetySourceStateCollectedLogger.writeAutomaticAtom(sourceKey, profileType); in logSafetySourceStateCollectedAutomatic()
280 SafetySourceKey sourceKey = timedOutSources.valueAt(i); in timeoutRefresh() local281 Duration duration = clearedRefresh.getDurationSinceSourceStart(sourceKey); in timeoutRefresh()285 sourceKey.getSourceId(), in timeoutRefresh()286 UserProfileGroup.getProfileTypeOfUser(sourceKey.getUserId(), mContext), in timeoutRefresh()298 + sourceKey.getSourceId() in timeoutRefresh()300 + sourceKey.getUserId()); in timeoutRefresh()508 SafetySourceKey sourceKey = mSourceRefreshesInFlight.keyAt(i); in clearForUser() local509 if (sourceKey.getUserId() == userId) { in clearForUser()
107 for (String sourceKey : triggerData.getSourceKeys()) { in generateAttributionReport()108 aggregateSourceMap.computeIfPresent(sourceKey, (k, v) -> v.or(triggerDataKey)); in generateAttributionReport()
174 SafetySourceKey sourceKey = SafetySourceKey.of(safetySource.getId(), userId); in writeSafetySourceStateCollectedAtomLocked() local175 mDataManager.logSafetySourceStateCollectedAutomatic(sourceKey, profileType); in writeSafetySourceStateCollectedAtomLocked()
699 Object sourceKey = sourceKeys.get(j); in getValidAggregateTriggerData() local700 if (!(sourceKey instanceof String) in getValidAggregateTriggerData()701 || !FetcherUtil.isValidAggregateKeyId((String) sourceKey)) { in getValidAggregateTriggerData()703 .d("Aggregate trigger data source-key is invalid. %s", sourceKey); in getValidAggregateTriggerData()
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...