Searched refs:mUiAuthenticationEntries (Results 1 – 1 of 1) sorted by relevance
514 && mProviderResponseDataHandler.mUiAuthenticationEntries in containsEmptyAuthEntriesOnly()594 mUiAuthenticationEntries.remove(id); in removeAuthenticationAction()633 for (String key : mUiAuthenticationEntries.keySet()) { in prepareAuthenticationEntries()634 authEntries.add(mUiAuthenticationEntries.get(key).second); in prepareAuthenticationEntries()673 return mUiAuthenticationEntries.get(entryKey) == null ? null : in getAuthenticationAction()674 mUiAuthenticationEntries.get(entryKey).first; in getAuthenticationAction()707 mUiAuthenticationEntries.get(entryKey).second; in updateMostRecentAuthEntry()709 mUiAuthenticationEntries.put(entryKey, new Pair<>( in updateMostRecentAuthEntry()718 previousMostRecentAuthEntry = mUiAuthenticationEntries in updatePreviousMostRecentAuthEntry()726 mUiAuthenticationEntries.remove(id); in updatePreviousMostRecentAuthEntry()[all …]