Searched refs:expectedFqdn1 (Results 1 – 1 of 1) sorted by relevance
160 String expectedFqdn1 = "epdg.epc.mnc120.mcc311.pub.3gppnetwork.org"; in testPlmnResolutionMethodWithNoPlmnInCarrierConfig() local161 when(mMockNetwork.getAllByName(eq(expectedFqdn1))) in testPlmnResolutionMethodWithNoPlmnInCarrierConfig()172 String expectedFqdn1 = in testPlmnResolutionMethod() local192 when(mMockNetwork.getAllByName(eq(expectedFqdn1))) in testPlmnResolutionMethod()202 verify(mMockNetwork).getAllByName(expectedFqdn1); in testPlmnResolutionMethod()383 String expectedFqdn1 = (isEmergency) ? fqdn1_emergency : fqdn1; in testCellularResolutionMethod() local387 when(mMockNetwork.getAllByName(eq(expectedFqdn1))) in testCellularResolutionMethod()397 verify(mMockNetwork, times(2)).getAllByName(expectedFqdn1); in testCellularResolutionMethod()