Home
last modified time | relevance | path

Searched refs:expectedFqdn1 (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgSelectorTest.java160 String expectedFqdn1 = "epdg.epc.mnc120.mcc311.pub.3gppnetwork.org"; in testPlmnResolutionMethodWithNoPlmnInCarrierConfig() local
161 when(mMockNetwork.getAllByName(eq(expectedFqdn1))) in testPlmnResolutionMethodWithNoPlmnInCarrierConfig()
172 String expectedFqdn1 = in testPlmnResolutionMethod() local
192 when(mMockNetwork.getAllByName(eq(expectedFqdn1))) in testPlmnResolutionMethod()
202 verify(mMockNetwork).getAllByName(expectedFqdn1); in testPlmnResolutionMethod()
383 String expectedFqdn1 = (isEmergency) ? fqdn1_emergency : fqdn1; in testCellularResolutionMethod() local
387 when(mMockNetwork.getAllByName(eq(expectedFqdn1))) in testCellularResolutionMethod()
397 verify(mMockNetwork, times(2)).getAllByName(expectedFqdn1); in testCellularResolutionMethod()