Searched refs:mMockCellIdentityNr (Results 1 – 1 of 1) sorted by relevance
90 @Mock private CellIdentityNr mMockCellIdentityNr; field in EpdgSelectorTest376 when(mMockCellInfoNr.getCellIdentity()).thenReturn(mMockCellIdentityNr); in testCellularResolutionMethod()377 when(mMockCellIdentityNr.getMccString()).thenReturn(testMccString); in testCellularResolutionMethod()378 when(mMockCellIdentityNr.getMncString()).thenReturn(testMncString); in testCellularResolutionMethod()379 when(mMockCellIdentityNr.getTac()).thenReturn(testNrTac); in testCellularResolutionMethod()