Searched refs:mEapAkaHelper (Results 1 – 2 of 2) sorted by relevance
79 private EapAkaHelper mEapAkaHelper; field in CarrierSpecificServiceEntitlementTest113 when(mEapAkaHelper.getEapAkaResponse(any())).thenReturn(mEapAkaResponse); in getImsiPseudonymSuccess()121 mEntitlement = new CarrierSpecificServiceEntitlement(IMSI, mRequestFactory, mEapAkaHelper, in getImsiPseudonymSuccess()138 when(mEapAkaHelper.getEapAkaResponse(any())).thenReturn(mEapAkaResponse); in getImsiPseudonymFail()142 mEntitlement = new CarrierSpecificServiceEntitlement(IMSI, mRequestFactory, mEapAkaHelper, in getImsiPseudonymFail()
74 private final EapAkaHelper mEapAkaHelper; field in CarrierSpecificServiceEntitlement112 mEapAkaHelper = eapAkaHelper; in CarrierSpecificServiceEntitlement()164 EapAkaResponse eapAkaResponse = mEapAkaHelper.getEapAkaResponse(eapAkaChallenge); in getImsiPseudonym()