Home
last modified time | relevance | path

Searched refs:DEFAULT_INT_32 (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DMetricUtilities.java50 public static final int DEFAULT_INT_32 = -1; field in MetricUtilities
105 return DEFAULT_INT_32; in getMetricTimestampDifferenceMicroseconds()
109 return DEFAULT_INT_32; in getMetricTimestampDifferenceMicroseconds()
174 /* chosen_provider_action_entry_count (deprecated) */ DEFAULT_INT_32, in logApiCalledFinalPhase()
175 /* chosen_provider_credential_entry_count (deprecated)*/DEFAULT_INT_32, in logApiCalledFinalPhase()
176 /* chosen_provider_credential_entry_type_count (deprecated) */ DEFAULT_INT_32, in logApiCalledFinalPhase()
177 /* chosen_provider_remote_entry_count (deprecated) */ DEFAULT_INT_32, in logApiCalledFinalPhase()
178 /* chosen_provider_authentication_entry_count (deprecated) */ DEFAULT_INT_32, in logApiCalledFinalPhase()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DCandidateAggregateMetric.java95 if (candidateMetric.getCandidateUid() == MetricUtilities.DEFAULT_INT_32) { in collectQueryAggregates()
132 if (authMetric.getProviderUid() == MetricUtilities.DEFAULT_INT_32) { in collectAuthAggregates()
H A DCandidatePhaseMetric.java120 return MetricUtilities.DEFAULT_INT_32; in getTimestampFromReferenceStartMicroseconds()
H A DRequestSessionMetric.java19 import static com.android.server.credentials.MetricUtilities.DEFAULT_INT_32;
413 if (browsedAuthenticationMetric.getProviderUid() == DEFAULT_INT_32) { in logAuthEntry()
H A DChosenProviderFinalPhaseMetric.java230 return MetricUtilities.DEFAULT_INT_32; in getTimestampFromReferenceStartMicroseconds()