Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/security/net/config/
H A DPinSet.java40 Set<String> algorithms = new ArraySet<String>(); in getPinAlgorithms() local
42 algorithms.add(pin.digestAlgorithm); in getPinAlgorithms()
44 return algorithms; in getPinAlgorithms()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DAutofillFieldClassificationService.java108 Bundle defaultArgs, Map algorithms, Map args) { in calculateScores() argument
111 Arrays.asList(categoryIds), defaultAlgorithm, defaultArgs, algorithms, args); in calculateScores()
282 @Nullable Map algorithms, @Nullable Map args) { in onCalculateScores() argument
293 Bundle defaultArgs, Map algorithms, Map args) in calculateScores() argument
299 defaultArgs, algorithms, args)); in calculateScores()
H A DIAutofillFieldClassificationService.aidl34 in Map algorithms, in Map args); in calculateScores() argument
/aosp14/frameworks/base/core/java/android/net/
H A DIkev2VpnProfile.java98 algorithms.add(ipSecAlgoName); in addAlgorithmIfSupported()
103 final List<String> algorithms = new ArrayList<>();
104 addAlgorithmIfSupported(algorithms, CRYPT_AES_CBC); in addAlgorithmIfSupported() argument
105 addAlgorithmIfSupported(algorithms, CRYPT_AES_CTR); in addAlgorithmIfSupported() argument
106 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA256); in addAlgorithmIfSupported() argument
107 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA384); in addAlgorithmIfSupported() argument
108 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA512); in addAlgorithmIfSupported() argument
109 addAlgorithmIfSupported(algorithms, AUTH_AES_XCBC); in addAlgorithmIfSupported() argument
110 addAlgorithmIfSupported(algorithms, AUTH_AES_CMAC); in addAlgorithmIfSupported() argument
111 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_AES_GCM); in addAlgorithmIfSupported() argument
[all …]
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFieldClassificationStrategy.java270 @Nullable ArrayMap<String, String> algorithms, in calculateScores() argument
273 userDataValues, categoryIds, defaultAlgorithm, defaultArgs, algorithms, args)); in calculateScores()
H A DAutofillManagerService.java1838 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local
1846 algorithms = service in getAvailableFieldClassificationAlgorithms()
1859 send(receiver, algorithms); in getAvailableFieldClassificationAlgorithms()
H A DSession.java3164 final ArrayMap<String, String> algorithms = userData.getFieldClassificationAlgorithms(); in logFieldClassificationScore() local
3212 defaultAlgorithm, defaultArgs, algorithms, args); in logFieldClassificationScore()
/aosp14/frameworks/base/core/proto/android/app/
H A Dtime_zone_detector.proto43 // The state enum for detection algorithms.
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java2231 final String[] algorithms = receiver.getStringArrayResult(); in getAvailableFieldClassificationAlgorithms() local
2232 return algorithms != null ? Arrays.asList(algorithms) : Collections.emptyList(); in getAvailableFieldClassificationAlgorithms()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt23284 field public static final String PROPERTY_ALGORITHMS = "algorithms";