Searched refs:DELTA_RESPONSES_CUT (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.server.credentials.MetricUtilities.DELTA_RESPONSES_CUT;250 String entryKey = generateMetricKey(entry.getType(), DELTA_RESPONSES_CUT); in collectCandidateEntryMetrics()304 String entryKey = generateMetricKey(entry.getType(), DELTA_RESPONSES_CUT); in beginGetCredentialResponseCollectionCandidateEntryMetrics()
21 import static com.android.server.credentials.MetricUtilities.DELTA_RESPONSES_CUT;192 DELTA_RESPONSES_CUT), MetricUtilities.UNIT)); in collectCreateFlowInitialMetricInfo() local203 String optionKey = generateMetricKey(option.getType(), DELTA_RESPONSES_CUT); in getRequestCountMap()
62 public static final int DELTA_RESPONSES_CUT = 20; field in MetricUtilities