Searched refs:mMockCellInfoLte (Results 1 – 1 of 1) sorted by relevance
129 @Mock private CellInfoLte mMockCellInfoLte; field in EpdgSelectorTest732 fakeCellInfoArray.add(mMockCellInfoLte); in testCellularResolutionMethod()733 when(mMockCellInfoLte.isRegistered()).thenReturn(true); in testCellularResolutionMethod()734 when(mMockCellInfoLte.getCellIdentity()).thenReturn(mMockCellIdentityLte); in testCellularResolutionMethod()