Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/
DProviderGetSession.java564 && mProviderResponseDataHandler.mUiAuthenticationEntries in containsEmptyAuthEntriesOnly()
582 private final Map<String, Pair<Action, AuthenticationEntry>> mUiAuthenticationEntries = field in ProviderGetSession.ProviderResponseDataHandler
640 mUiAuthenticationEntries.put(id, new Pair<>(authenticationAction, entry)); in addAuthenticationAction()
644 mUiAuthenticationEntries.remove(id); in removeAuthenticationAction()
683 for (String key : mUiAuthenticationEntries.keySet()) { in prepareAuthenticationEntries()
684 authEntries.add(mUiAuthenticationEntries.get(key).second); in prepareAuthenticationEntries()
707 && mUiAuthenticationEntries.isEmpty() && mUiRemoteEntry == null; in isEmptyResponse()
723 return mUiAuthenticationEntries.get(entryKey) == null ? null : in getAuthenticationAction()
724 mUiAuthenticationEntries.get(entryKey).first; in getAuthenticationAction()
757 mUiAuthenticationEntries.get(entryKey).second; in updateMostRecentAuthEntry()
[all …]