Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DProviderGetSession.java530 private final Map<String, Pair<Action, Entry>> mUiActionsEntries = new HashMap<>(); field in ProviderGetSession.ProviderResponseDataHandler
579 mUiActionsEntries.put(id, new Pair<>(action, entry)); in addAction()
625 for (String key : mUiActionsEntries.keySet()) { in prepareActionEntries()
626 actionEntries.add(mUiActionsEntries.get(key).second); in prepareActionEntries()
656 return mUiCredentialEntries.isEmpty() && mUiActionsEntries.isEmpty() in isEmptyResponse()
679 return mUiActionsEntries.get(entryKey) == null in getActionEntry()
680 ? null : mUiActionsEntries.get(entryKey).first; in getActionEntry()