Searched refs:isSimEapMethod (Results 1 – 7 of 7) sorted by relevance
106 if (!TelephonyUtil.isSimEapMethod(eapType)) { in evaluateNetworks()
253 if (!TelephonyUtil.isSimEapMethod(existingEnterpriseConfig.getEapMethod()) in hasEnterpriseConfigChanged()
874 && TelephonyUtil.isSimEapMethod(config.enterpriseConfig.getEapMethod())) { in canModifyNetwork()
4305 && TelephonyUtil.isSimEapMethod(config.enterpriseConfig.getEapMethod()) in processMessage()4475 && TelephonyUtil.isSimEapMethod( in processMessage()
265 assertTrue(TelephonyUtil.isSimEapMethod(selected.enterpriseConfig.getEapMethod())); in testSelectOneFromMultiple()416 assertTrue(TelephonyUtil.isSimEapMethod(selected.enterpriseConfig.getEapMethod())); in testSupportsEncryptedImsi()
323 return isSimEapMethod(eapMethod) ? eapMethod : WifiEnterpriseConfig.Eap.NONE; in getSimMethodForConfig()350 public static boolean isSimEapMethod(int eapMethod) { in isSimEapMethod() method in TelephonyUtil
429 assertTrue(TelephonyUtil.isSimEapMethod(result.enterpriseConfig.getEapMethod())); in evaluateSIMProviderWithNetworkSupportingEncryptedIMSI()