Searched refs:mMockCellIdentityLte (Results 1 – 1 of 1) sorted by relevance
88 @Mock private CellIdentityLte mMockCellIdentityLte; field in EpdgSelectorTest369 when(mMockCellInfoLte.getCellIdentity()).thenReturn(mMockCellIdentityLte); in testCellularResolutionMethod()370 when(mMockCellIdentityLte.getMcc()).thenReturn(testMcc); in testCellularResolutionMethod()371 when(mMockCellIdentityLte.getMnc()).thenReturn(testMnc); in testCellularResolutionMethod()372 when(mMockCellIdentityLte.getTac()).thenReturn(testTac); in testCellularResolutionMethod()