# Print output for @column tags ?>
public
static
class
EapSessionConfig.EapAkaPrimeConfig
extends EapSessionConfig.EapAkaConfig
java.lang.Object | |||
↳ | android.net.eap.EapSessionConfig.EapMethodConfig | ||
↳ | android.net.eap.EapSessionConfig.EapAkaConfig | ||
↳ | android.net.eap.EapSessionConfig.EapAkaPrimeConfig |
EapAkaPrimeConfig represents the configs needed for an EAP-AKA' session.
Inherited constants |
---|
Public methods | |
---|---|
boolean
|
allowsMismatchedNetworkNames()
Checks if mismatched network names are allowed |
String
|
getNetworkName()
Retrieves the UICC app type |
Inherited methods | |
---|---|
public boolean allowsMismatchedNetworkNames ()
Checks if mismatched network names are allowed
Returns | |
---|---|
boolean |
whether network name mismatches are allowed |
public String getNetworkName ()
Retrieves the UICC app type
Returns | |
---|---|
String |
the UiccAppType constant
This value cannot be null . |