Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DAppUriAuthenticationPolicy.java190 Map<String, Map<Uri, String>> appAndUris = new HashMap<>(); in getAppAndUriMappings() local
192 appAndUris.put(entry.getKey(), entry.getValue().getUrisToAliases()); in getAppAndUriMappings()
194 return appAndUris; in getAppAndUriMappings()