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