Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/
DCredentialDescriptionRegistry.java173 if (checkForMatch(containedDescription.getSupportedElementKeys(), in getFilteredResultForProvider()
176 containedDescription.getSupportedElementKeys(), containedDescription in getFilteredResultForProvider()
190 if (canProviderSatisfyAny(containedDescription.getSupportedElementKeys(), in getMatchingProviders()
193 containedDescription.getSupportedElementKeys(), containedDescription in getMatchingProviders()
/frameworks/base/core/java/android/credentials/
DCredentialDescription.java145 public Set<String> getSupportedElementKeys() { in getSupportedElementKeys() method in CredentialDescription
/frameworks/base/core/api/
Dcurrent.txt14140 method @NonNull public java.util.Set<java.lang.String> getSupportedElementKeys();