Searched refs:numRemoteEntry (Results 1 – 1 of 1) sorted by relevance
239 int numRemoteEntry = MetricUtilities.ZERO; in collectCandidateEntryMetrics() local244 entryCounts.put(EntryEnum.REMOTE_ENTRY, numRemoteEntry); in collectCandidateEntryMetrics()272 int numRemoteEntry = response.getRemoteCreateEntry() == null ? MetricUtilities.ZERO : in beginCreateCredentialResponseCollectionCandidateEntryMetrics() local275 entryCounts.put(EntryEnum.REMOTE_ENTRY, numRemoteEntry); in beginCreateCredentialResponseCollectionCandidateEntryMetrics()296 int numRemoteEntry = response.getRemoteCredentialEntry() != null ? MetricUtilities.ZERO : in beginGetCredentialResponseCollectionCandidateEntryMetrics() local298 entryCounts.put(EntryEnum.REMOTE_ENTRY, numRemoteEntry); in beginGetCredentialResponseCollectionCandidateEntryMetrics()