Searched refs:AUTHEAP_PREFIX (Results 1 – 2 of 2) sorted by relevance
309 private static final String AUTHEAP_PREFIX = "autheap="; field in WifiEnterpriseConfig.Phase2380 String prefix = is_autheap ? Phase2.AUTHEAP_PREFIX : Phase2.AUTH_PREFIX; in saveToSupplicant()414 } else if (phase2Method.startsWith(Phase2.AUTHEAP_PREFIX)) { in loadFromSupplicant()415 phase2Method = phase2Method.substring(Phase2.AUTHEAP_PREFIX.length()); in loadFromSupplicant()
47194 Landroid/net/wifi/WifiEnterpriseConfig$Phase2;->AUTHEAP_PREFIX:Ljava/lang/String;