Searched refs:getNrState (Results 1 – 5 of 5) sorted by relevance
184 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(ss).getNrState(); in testNr5GIcon_NrConnectedWithoutMMWave_show5GIcon()198 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(ss).getNrState(); in testNr5GIcon_NrConnectedWithMMWave_show5GPlusIcon()212 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(ss).getNrState(); in testNr5GIcon_NrRestricted_showLteIcon()
329 public @NRState int getNrState() { in getNrState() method in NetworkRegistrationInfo
1419 public @NRState int getNrState() { in getNrState() method in ServiceState1423 return regInfo.getNrState(); in getNrState()
1917 return oldRegState.getNrState() != newRegState.getNrState(); in isNrStateChanged()1964 int newNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()1966 if (regInfo.getNrState() == NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED) { in updateNrStateFromPhysicalChannelConfigs()1970 if (regInfo.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in updateNrStateFromPhysicalChannelConfigs()1975 boolean hasChanged = newNrState != regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()
520 int nrState = mServiceState.getNrState(); in getNr5GIconGroup()