Searched refs:authentication (Results 1 – 7 of 7) sorted by relevance
268 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument275 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);
271 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { in setAuthentication() argument273 mAuthentication = authentication; in setAuthentication()
98 public void setAuthentication(IpSecAlgorithm authentication) { in setAuthentication() argument99 mAuthentication = authentication; in setAuthentication()
151 // Total number of networks over bad authentication threshold when watchdog triggered166 // Total count of triggers with atleast one bad authentication network486 // No authentication.489 // If the router uses a personal authentication.492 // If the router is setup for enterprise authentication.529 optional Auth authentication = 4; field694 // 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 no810 // authentication in progress,
4039 // Type TYPE_DETAIL: authentication was selected4053 // An autofill authentication succeeded4706 // An autofill dataset authentication succeeded4712 // An autofill service provided an invalid dataset authentication4719 // An autofill service provided an invalid authentication extra
220 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()
54884 …public static final java.lang.String HANDLE_AUTHENTICATION = "http.protocol.handle-authentication";