Searched refs:getNetworkRegistrationInfoList (Results 1 – 11 of 11) sorted by relevance
315 : serviceState.getNetworkRegistrationInfoList()) { in updateNtnRoamingInHomeCountry()
464 ss.getNetworkRegistrationInfoList(); in assertCellIdentitiesSanitized()
487 if (state.getNetworkRegistrationInfoList() != null) { in assertServiceStateForFineAccessSanitization()488 for (NetworkRegistrationInfo nrs : state.getNetworkRegistrationInfoList()) { in assertServiceStateForFineAccessSanitization()
450 for (NetworkRegistrationInfo nri : s.getNetworkRegistrationInfoList()) { in copyFrom()2005 public List<NetworkRegistrationInfo> getNetworkRegistrationInfoList() { in getNetworkRegistrationInfoList() method in ServiceState
3402 final List<NetworkRegistrationInfo> regInfos = ss.getNetworkRegistrationInfoList(); in getPrioritizedCellIdentities()5698 servicestate.getNetworkRegistrationInfoList(); in updateOperatorNameForServiceState()
4395 : serviceState.getNetworkRegistrationInfoList()) { in handleServiceStateForSatelliteConnectionViaCarrier()
726 when(mServiceState.getNetworkRegistrationInfoList()).thenReturn(List.of(satelliteNri)); in testRadioPowerOff()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14151 HSPLandroid/telephony/ServiceState;->getNetworkRegistrationInfoList()Ljava/util/List;
14215 HSPLandroid/telephony/ServiceState;->getNetworkRegistrationInfoList()Ljava/util/List;
45422 … public java.util.List<android.telephony.NetworkRegistrationInfo> getNetworkRegistrationInfoList();