Searched refs:mIsTrustOnFirstUseSupported (Results 1 – 2 of 2) sorted by relevance
88 private final boolean mIsTrustOnFirstUseSupported; field in InsecureEapNetworkHandler162 mIsTrustOnFirstUseSupported = isTrustOnFirstUseSupported; in InsecureEapNetworkHandler()193 Log.d(TAG, "prepareConnection: isTofuSupported=" + mIsTrustOnFirstUseSupported in prepareConnection()200 if (!mIsTrustOnFirstUseSupported) return; in prepareConnection()207 if (mIsTrustOnFirstUseSupported && (entConfig.isTrustOnFirstUseEnabled() in prepareConnection()284 if (!mIsTrustOnFirstUseSupported) return false; in addPendingCertificate()363 if (mIsTrustOnFirstUseSupported && !mIsInsecureEnterpriseConfigurationAllowed in startUserApprovalIfNecessary()591 return mIsTrustOnFirstUseSupported in useTrustOnFirstUse()
238 private boolean mIsTrustOnFirstUseSupported; field in WifiConfigController2272 mIsTrustOnFirstUseSupported = mWifiManager.isTrustOnFirstUseSupported(); in initWifiConfigController2()761 } else if (mIsTrustOnFirstUseSupported && caCert.equals(mTrustOnFirstUse)) { in getConfig()1188 if (mIsTrustOnFirstUseSupported in showSecurityFields()1342 || (mIsTrustOnFirstUseSupported in showEapFieldsByMethod()1599 if (mIsTrustOnFirstUseSupported) { in loadCertificates()