Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillResponse.java277 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument
284 if (authentication == null ^ presentation == null) { in setAuthentication()
288 mAuthentication = authentication; in setAuthentication()
692 final IntentSender authentication = parcel.readParcelable(null);
695 builder.setAuthentication(authenticationIds, authentication, presentation);
DDataset.java272 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { in setAuthentication() argument
274 mAuthentication = authentication; in setAuthentication()
/frameworks/base/core/java/android/net/
DIpSecConfig.java102 public void setAuthentication(IpSecAlgorithm authentication) { in setAuthentication() argument
103 mAuthentication = authentication; in setAuthentication()
/frameworks/base/proto/src/
Dwifi.proto151 // Total number of networks over bad authentication threshold when watchdog triggered
166 // Total count of triggers with atleast one bad authentication network
604 // No authentication.
607 // If the router uses a personal authentication.
610 // If the router is setup for enterprise authentication.
707 optional Auth authentication = 4; field
724 // Phase 2 authentication method after setting up a secure channel
777 // The reason code if there is no error during authentication. It could
778 // also imply that there no authentication in progress.
970 // The set of authentication protocols supported by this configuration.
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java479 sb.append(", mAuthentication=" + mRouterFingerPrintProto.authentication); in toString()
505 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_OPEN; in updateFromWifiConfiguration()
508 … .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE; in updateFromWifiConfiguration()
511 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_PERSONAL; in updateFromWifiConfiguration()
522 .authentication == WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE in updateFromWifiConfiguration()
1222 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
1227 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
1231 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
1235 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4117 // Type TYPE_DETAIL: authentication was selected
4131 // An autofill authentication succeeded
4790 // An autofill dataset authentication succeeded
4796 // An autofill service provided an invalid dataset authentication
4803 // An autofill service provided an invalid authentication extra
7164 // Biometric authentication.
7374 // FIELD - Detailed reason in biometric authentication error.
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java1416 mDecodedProto.connectionEvent[0].routerFingerprint.authentication); in testScanDetailAndWifiConfigurationUsage()
1424 mDecodedProto.connectionEvent[1].routerFingerprint.authentication); in testScanDetailAndWifiConfigurationUsage()
/frameworks/base/cmds/statsd/src/
Datoms.proto3514 * Logs when a biometric authentication event occurs.
3524 // If this authentication is for a crypto operation. e.g. Secure purchases, unlock password
3529 // If authentication requires user confirmation. See BiometricPrompt's
3576 // Time spent during the authentication attempt.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54884 …public static final java.lang.String HANDLE_AUTHENTICATION = "http.protocol.handle-authentication";