Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/
DMetricUtilities.java52 public static final int DEFAULT_INT_32 = -1; field in MetricUtilities
117 return DEFAULT_INT_32; in getMetricTimestampDifferenceMicroseconds()
121 return DEFAULT_INT_32; in getMetricTimestampDifferenceMicroseconds()
186 /* chosen_provider_action_entry_count (deprecated) */ DEFAULT_INT_32, in logApiCalledFinalPhase()
187 /* chosen_provider_credential_entry_count (deprecated)*/DEFAULT_INT_32, in logApiCalledFinalPhase()
188 /* chosen_provider_credential_entry_type_count (deprecated) */ DEFAULT_INT_32, in logApiCalledFinalPhase()
189 /* chosen_provider_remote_entry_count (deprecated) */ DEFAULT_INT_32, in logApiCalledFinalPhase()
190 /* chosen_provider_authentication_entry_count (deprecated) */ DEFAULT_INT_32, in logApiCalledFinalPhase()
546 browsedProviderUid[index] = DEFAULT_INT_32; in logApiCalledNoUidFinal()
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DCandidateAggregateMetric.java95 if (candidateMetric.getCandidateUid() == MetricUtilities.DEFAULT_INT_32) { in collectQueryAggregates()
132 if (authMetric.getProviderUid() == MetricUtilities.DEFAULT_INT_32) { in collectAuthAggregates()
DCandidatePhaseMetric.java120 return MetricUtilities.DEFAULT_INT_32; in getTimestampFromReferenceStartMicroseconds()
DRequestSessionMetric.java19 import static com.android.server.credentials.MetricUtilities.DEFAULT_INT_32;
431 if (browsedAuthenticationMetric.getProviderUid() == DEFAULT_INT_32) { in logAuthEntry()
DChosenProviderFinalPhaseMetric.java234 return MetricUtilities.DEFAULT_INT_32; in getTimestampFromReferenceStartMicroseconds()