Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillResponse.java302 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument
309 if (authentication == null ^ presentation == null) { in setAuthentication()
313 mAuthentication = authentication; in setAuthentication()
361 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
369 if (authentication == null ^ (presentation == null && inlinePresentation == null)) { in setAuthentication()
373 mAuthentication = authentication; in setAuthentication()
818 final IntentSender authentication = parcel.readParcelable(null);
822 builder.setAuthentication(authenticationIds, authentication, presentation,
DDataset.java337 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { in setAuthentication() argument
339 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/opt/net/wifi/service/proto/src/
Dmetrics.proto152 // Total number of networks over bad authentication threshold when watchdog triggered
167 // Total count of triggers with atleast one bad authentication network
639 // Total number of successful L2 connection through FILS authentication
762 // No authentication.
765 // If the router uses a personal authentication.
768 // If the router is setup for enterprise authentication.
883 optional Auth authentication = 4; field
900 // Phase 2 authentication method after setting up a secure channel
965 // The reason code if there is no error during authentication. It could
966 // also imply that there no authentication in progress.
[all …]
Dscorecard.proto181 // Number of authentication failures (excluding wrong password) at high RSSI
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java545 sb.append(", mAuthentication=" + mRouterFingerPrintProto.authentication); in toString()
577 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_OPEN; in updateFromWifiConfiguration()
580 … .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE; in updateFromWifiConfiguration()
583 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_PERSONAL; in updateFromWifiConfiguration()
594 .authentication == WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE in updateFromWifiConfiguration()
1697 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
1702 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
1706 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
1710 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.java1622 mDecodedProto.connectionEvent[0].routerFingerprint.authentication); in testScanDetailAndWifiConfigurationUsage()
1632 mDecodedProto.connectionEvent[1].routerFingerprint.authentication); in testScanDetailAndWifiConfigurationUsage()
/frameworks/base/cmds/statsd/src/
Datoms.proto4084 * Logs when a biometric authentication event occurs.
4094 // If this authentication is for a crypto operation. e.g. Secure purchases, unlock password
4099 // If authentication requires user confirmation. See BiometricPrompt's
4146 // Time spent during the authentication attempt.
11057 * If user authentication is required, is the requirement time based? If it
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54884 …public static final java.lang.String HANDLE_AUTHENTICATION = "http.protocol.handle-authentication";