Searched refs:mEapAkaTypeDataDecoder (Results 1 – 2 of 2) sorted by relevance
78 private EapAkaTypeDataDecoder mEapAkaTypeDataDecoder; field in EapAkaTypeDataTest82 mEapAkaTypeDataDecoder = EapAkaTypeData.getEapAkaTypeDataDecoder(); in setUp()88 mEapAkaTypeDataDecoder.decode(EAP_AKA_CHALLENGE_RESPONSE_TYPE_DATA); in testDecode()110 DecodeResult<EapAkaTypeData> result = mEapAkaTypeDataDecoder.decode(EAP_AKA_REQUEST); in testDecodeEncode()118 DecodeResult<EapAkaTypeData> result = mEapAkaTypeDataDecoder.decode(EAP_AKA_REQUEST); in testDecodeWithOptionalAttributes()152 DecodeResult<EapAkaTypeData> result = mEapAkaTypeDataDecoder.decode(INVALID_SUBTYPE); in testDecodeInvalidSubtype()
117 private final EapAkaTypeDataDecoder mEapAkaTypeDataDecoder; field in EapAkaMethodStateMachine153 mEapAkaTypeDataDecoder = eapAkaTypeDataDecoder; in EapAkaMethodStateMachine()192 return mEapAkaTypeDataDecoder.decode(typeData); in decode()