Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillResponse.java268 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument
275 if (authentication == null ^ presentation == null) { in setAuthentication()
279 mAuthentication = authentication; in setAuthentication()
651 final IntentSender authentication = parcel.readParcelable(null);
654 builder.setAuthentication(authenticationIds, authentication, presentation);
DDataset.java271 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { in setAuthentication() argument
273 mAuthentication = authentication; in setAuthentication()
/frameworks/base/core/java/android/net/
DIpSecConfig.java98 public void setAuthentication(IpSecAlgorithm authentication) { in setAuthentication() argument
99 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
486 // No authentication.
489 // If the router uses a personal authentication.
492 // If the router is setup for enterprise authentication.
529 optional Auth authentication = 4; field
694 // The set of authentication protocols supported by this configuration.
809 // The reason code if there is no error during authentication. It could also imply that there no
810 // authentication in progress,
Dmetrics_constants.proto4039 // Type TYPE_DETAIL: authentication was selected
4053 // An autofill authentication succeeded
4706 // An autofill dataset authentication succeeded
4712 // An autofill service provided an invalid dataset authentication
4719 // An autofill service provided an invalid authentication extra
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java220 sb.append(", mAuthentication=" + mRouterFingerPrintProto.authentication); in toString()
244 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_OPEN; in updateFromWifiConfiguration()
247 … .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE; in updateFromWifiConfiguration()
250 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_PERSONAL; in updateFromWifiConfiguration()
764 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
769 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
772 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
775 mCurrentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54884 …public static final java.lang.String HANDLE_AUTHENTICATION = "http.protocol.handle-authentication";