Searched refs:authentication (Results 1 – 9 of 9) sorted by relevance
277 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument284 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);
272 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { in setAuthentication() argument274 mAuthentication = authentication; in setAuthentication()
102 public void setAuthentication(IpSecAlgorithm authentication) { in setAuthentication() argument103 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 network604 // No authentication.607 // If the router uses a personal authentication.610 // If the router is setup for enterprise authentication.707 optional Auth authentication = 4; field724 // Phase 2 authentication method after setting up a secure channel777 // The reason code if there is no error during authentication. It could778 // also imply that there no authentication in progress.970 // The set of authentication protocols supported by this configuration.[all …]
479 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()
4117 // Type TYPE_DETAIL: authentication was selected4131 // An autofill authentication succeeded4790 // An autofill dataset authentication succeeded4796 // An autofill service provided an invalid dataset authentication4803 // An autofill service provided an invalid authentication extra7164 // Biometric authentication.7374 // FIELD - Detailed reason in biometric authentication error.
1416 mDecodedProto.connectionEvent[0].routerFingerprint.authentication); in testScanDetailAndWifiConfigurationUsage()1424 mDecodedProto.connectionEvent[1].routerFingerprint.authentication); in testScanDetailAndWifiConfigurationUsage()
3514 * Logs when a biometric authentication event occurs.3524 // If this authentication is for a crypto operation. e.g. Secure purchases, unlock password3529 // If authentication requires user confirmation. See BiometricPrompt's3576 // Time spent during the authentication attempt.
54884 …public static final java.lang.String HANDLE_AUTHENTICATION = "http.protocol.handle-authentication";