Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DProviderSessionMetric.java104 BrowsedAuthenticationMetric mostRecentAuthenticationMetric = in collectAuthenticationExceptionStatus() local
106 mostRecentAuthenticationMetric.setHasException(hasException); in collectAuthenticationExceptionStatus()
126 BrowsedAuthenticationMetric mostRecentAuthenticationMetric = in collectAuthEntryUpdate() local
128 mostRecentAuthenticationMetric.setProviderUid(providerSessionUid); in collectAuthEntryUpdate()
130 mostRecentAuthenticationMetric.setAuthReturned(false); in collectAuthEntryUpdate()
131 mostRecentAuthenticationMetric.setProviderStatus( in collectAuthEntryUpdate()
135 mostRecentAuthenticationMetric.setAuthReturned(true); in collectAuthEntryUpdate()
136 mostRecentAuthenticationMetric.setProviderStatus( in collectAuthEntryUpdate()