Home
last modified time | relevance | path

Searched refs:getNetworkRegistrationInfo (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java124 NetworkRegistrationInfo oldNri = oldSS.getNetworkRegistrationInfo( in ratchet()
126 NetworkRegistrationInfo newNri = newSS.getNetworkRegistrationInfo( in ratchet()
145 if (ss1.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in isSameRatFamily()
147 || ss2.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in isSameRatFamily()
153 ss1.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in isSameRatFamily()
157 ss2.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in isSameRatFamily()
DTelephonyTester.java478 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in overrideServiceState()
494 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in overrideServiceState()
526 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in overrideServiceState()
540 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in overrideServiceState()
555 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in overrideServiceState()
570 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in overrideServiceState()
584 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in overrideServiceState()
DCellularNetworkService.java287 return getNetworkRegistrationInfo(domain, transportType, in createRegistrationStateFromVoiceRegState()
326 return getNetworkRegistrationInfo(domain, transportType, in createRegistrationStateFromDataRegState()
370 private @NonNull NetworkRegistrationInfo getNetworkRegistrationInfo( in getNetworkRegistrationInfo() method in CellularNetworkService.CellularNetworkServiceProvider
DServiceStateTracker.java785 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in updatePhoneType()
940 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in getRegistrationInfo()
2129 NetworkRegistrationInfo regInfo = ss.getNetworkRegistrationInfo( in updateNrStateFromPhysicalChannelConfigs()
2186 NetworkRegistrationInfo wlanPsRegState = serviceState.getNetworkRegistrationInfo( in combinePsRegistrationStates()
2188 NetworkRegistrationInfo wwanPsRegState = serviceState.getNetworkRegistrationInfo( in combinePsRegistrationStates()
3375 NetworkRegistrationInfo nri = mNewSS.getNetworkRegistrationInfo( in handlePollStateInternalForRadioOffOrUnavailable()
3437 NetworkRegistrationInfo networkRegState = mNewSS.getNetworkRegistrationInfo( in pollStateDone()
3477 NetworkRegistrationInfo oldNrs = mSS.getNetworkRegistrationInfo( in pollStateDone()
3479 NetworkRegistrationInfo newNrs = mNewSS.getNetworkRegistrationInfo( in pollStateDone()
4729 NetworkRegistrationInfo netRegState = mSS.getNetworkRegistrationInfo( in registerForDataConnectionAttached()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DCellularNetworkValidatorTest.java178 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testSkipRecentlyValidatedNetwork()
201 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testDoNotSkipIfValidationFailed()
223 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testDoNotSkipIfCacheExpires()
249 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testNetworkCachingOfMultipleSub()
291 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testNetworkCachingOfMultipleSub()
304 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testNetworkCachingOfMultipleNetworks()
320 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testNetworkCachingOfMultipleNetworks()
336 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testNetworkCachingOverflow()
DLinkBandwidthEstimatorTest.java110 when(mServiceState.getNetworkRegistrationInfo(anyInt(), anyInt())).thenReturn(mNri); in setUp()
315 when(mServiceState.getNetworkRegistrationInfo(anyInt(), anyInt())).thenReturn(mNri); in testRatChangeTriggerBandwidthUpdate()
654 when(mServiceState.getNetworkRegistrationInfo(anyInt(), anyInt())).thenReturn(mNri); in testEdgeThenLteShouldIgnoreTransitionStats()
678 when(mServiceState.getNetworkRegistrationInfo(anyInt(), anyInt())).thenReturn(mNri); in testEdgeThenLteShouldIgnoreTransitionStats()
DDataNetworkTest.java347 .getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in serviceStateChanged()
356 .getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in serviceStateChanged()
365 .getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_CS, in serviceStateChanged()
993 doReturn(mIwlanNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testCreateDataNetworkOnIwlan()
1213 doReturn(mIwlanNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testNetworkRequestDetachedBeforePduSessionIdAllocated()
2347 doReturn(mIwlanNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in setupIwlanDataNetwork()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java669 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getVoiceRoamingType()
719 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getDataRoamingType()
1334 NetworkRegistrationInfo regInfo = getNetworkRegistrationInfo( in setVoiceRoamingType()
1355 NetworkRegistrationInfo regInfo = getNetworkRegistrationInfo( in setDataRoamingType()
1504 NetworkRegistrationInfo regInfo = getNetworkRegistrationInfo( in setRilVoiceRadioTechnology()
1525 NetworkRegistrationInfo regInfo = getNetworkRegistrationInfo( in setRilDataRadioTechnology()
1566 final NetworkRegistrationInfo regInfo = getNetworkRegistrationInfo( in getNrState()
1606 NetworkRegistrationInfo wwanRegInfo = getNetworkRegistrationInfo( in getRilVoiceRadioTechnology()
1775 final NetworkRegistrationInfo iwlanRegInfo = getNetworkRegistrationInfo( in getDataNetworkType()
1777 final NetworkRegistrationInfo wwanRegInfo = getNetworkRegistrationInfo( in getDataNetworkType()
[all …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DUtilsTest.java231 when(mServiceState.getNetworkRegistrationInfo( in isInService_voiceOutOfServiceDataInService_returnTrue()
243 when(mServiceState.getNetworkRegistrationInfo( in isInService_voiceOutOfServiceDataInServiceOnIwLan_returnFalse()
256 when(mServiceState.getNetworkRegistrationInfo( in isInService_voiceOutOfServiceDataNull_returnFalse()
267 when(mServiceState.getNetworkRegistrationInfo( in isInService_voiceOutOfServiceDataOutOfService_returnFalse()
308 when(mServiceState.getNetworkRegistrationInfo( in getCombinedServiceState_voiceOutOfServiceDataInService_returnInService()
321 when(mServiceState.getNetworkRegistrationInfo( in getCombinedServiceState_voiceOutOfServiceDataInServiceOnIwLan_returnOutOfService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DServiceStateStats.java393 state.getNetworkRegistrationInfo( in getRat()
402 state.getNetworkRegistrationInfo( in isEmergencyOnly()
443 ss.getNetworkRegistrationInfo(domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN); in getNetworkRoamingState()
463 ss.getNetworkRegistrationInfo(domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN); in isNetworkRoaming()
478 NetworkRegistrationInfo wwanRegInfo = serviceState.getNetworkRegistrationInfo( in writeDataRatAtom()
DDataStallRecoveryStats.java381 .getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in updateNetworkRegState()
397 .getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in updateDsdsInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java336 assertEquals(ss.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_CS, in testNetworkRegistrationInfo()
338 assertEquals(ss.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in testNetworkRegistrationInfo()
340 assertEquals(ss.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in testNetworkRegistrationInfo()
347 assertEquals(ss.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in testNetworkRegistrationInfo()
DNetworkTypeControllerTest.java178 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testUpdateOverrideNetworkTypeNrSa()
199 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testUpdateOverrideNetworkTypeNrSaMmwave()
246 doReturn(nri).when(mServiceState).getNetworkRegistrationInfo(anyInt(), anyInt()); in testUpdateOverrideNetworkType()
1054 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testPrimaryTimerNetworkTypeChanged()
1069 doReturn(mNetworkRegistrationInfo).when(mServiceState).getNetworkRegistrationInfo( in testPrimaryTimerNetworkTypeChanged()
1876 doReturn(nri).when(mServiceState).getNetworkRegistrationInfo(anyInt(), anyInt()); in testNrTimerResetIn3g()
1921 doReturn(nri).when(mServiceState).getNetworkRegistrationInfo(anyInt(), anyInt()); in testNrTimerResetWhenConnected()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java824 .getNetworkRegistrationInfo( in onServiceStateChanged_roaming()
838 .getNetworkRegistrationInfo( in onServiceStateChanged_roaming()
921 .getNetworkRegistrationInfo( in onServiceStateChanged_roamingWithOverride()
1218 doReturn(nri).when(mServiceState).getNetworkRegistrationInfo( in isNetworkRoaming_notRoaming()
1220 doReturn(nri).when(mServiceState).getNetworkRegistrationInfo( in isNetworkRoaming_notRoaming()
1243 doReturn(roamingNri).when(mServiceState).getNetworkRegistrationInfo( in isNetworkRoaming_csRoaming()
1266 doReturn(roamingNri).when(mServiceState).getNetworkRegistrationInfo( in isNetworkRoaming_psRoaming()
1289 doReturn(roamingNri).when(mServiceState).getNetworkRegistrationInfo( in isNetworkRoaming_bothRoaming()
1291 doReturn(roamingNri).when(mServiceState).getNetworkRegistrationInfo( in isNetworkRoaming_bothRoaming()
1392 .getNetworkRegistrationInfo(domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN); in mockWwanRat()
[all …]
DImsStatsTest.java138 .when(mServiceState).getNetworkRegistrationInfo(DOMAIN_PS, TRANSPORT_TYPE_WWAN); in setUp()
1216 .getNetworkRegistrationInfo(DOMAIN_PS, TRANSPORT_TYPE_WWAN); in getImsVoiceRadioTech_unregistered()
/frameworks/base/services/core/java/com/android/server/am/
DDataConnectionStats.java98 mServiceState.getNetworkRegistrationInfo(DOMAIN_PS, TRANSPORT_TYPE_WWAN); in notePhoneDataConnectionState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerBaseTest.java213 .getNetworkRegistrationInfo(DOMAIN_PS, TRANSPORT_TYPE_WWAN); in setUp()
464 when(mServiceState.getNetworkRegistrationInfo(DOMAIN_PS, TRANSPORT_TYPE_WWAN)) in setDataRegInService()
514 when(mServiceState.getNetworkRegistrationInfo(DOMAIN_PS, TRANSPORT_TYPE_WWAN)) in updateDataConnectionState()
DNetworkControllerDataTest.java303 when(mServiceState.getNetworkRegistrationInfo(DOMAIN_PS, TRANSPORT_TYPE_WWAN)) in testDataChangeWithoutConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataNetworkController.java1642 NetworkRegistrationInfo nri = mServiceState.getNetworkRegistrationInfo( in evaluateNetworkRequest()
2017 NetworkRegistrationInfo nri = mServiceState.getNetworkRegistrationInfo( in evaluateDataNetwork()
2279 NetworkRegistrationInfo nri = mServiceState.getNetworkRegistrationInfo( in evaluateDataNetworkHandover()
2325 NetworkRegistrationInfo nri = mServiceState.getNetworkRegistrationInfo( in evaluateDataNetworkHandover()
3776 NetworkRegistrationInfo oldPsNri = oldSS.getNetworkRegistrationInfo( in shouldReevaluateNetworkRequests()
3778 NetworkRegistrationInfo newPsNri = newSS.getNetworkRegistrationInfo( in shouldReevaluateNetworkRequests()
3834 NetworkRegistrationInfo oldNri = mServiceState.getNetworkRegistrationInfo( in onServiceStateChanged()
3836 NetworkRegistrationInfo newNri = newServiceState.getNetworkRegistrationInfo( in onServiceStateChanged()
3993 NetworkRegistrationInfo nri = mServiceState.getNetworkRegistrationInfo( in getDataNetworkType()
4010 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in getDataRegistrationState()
DDataNetwork.java1339 .getNetworkRegistrationInfo(
1538 NetworkRegistrationInfo nri = getNetworkRegistrationInfo();
2351 NetworkRegistrationInfo nri = getNetworkRegistrationInfo();
2627 NetworkRegistrationInfo nri = getNetworkRegistrationInfo();
2884 NetworkRegistrationInfo nri = getNetworkRegistrationInfo();
3300 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo(
3336 private NetworkRegistrationInfo getNetworkRegistrationInfo() {
3338 .getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, mTransport);
DCellularNetworkValidator.java161 NetworkRegistrationInfo regInfo = phone.getServiceState().getNetworkRegistrationInfo(
DAutoDataSwitchController.java255 this.mDataRegState = phone.getServiceState().getNetworkRegistrationInfo( in PhoneSignalStatus()
528 .getNetworkRegistrationInfo(
/frameworks/libs/gsma_services/satellite_client/src/android/telephony/satellite/wrapper/
DSatelliteManagerWrapper.java1092 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo(DOMAIN_PS, TRANSPORT_TYPE_WWAN); in isNonTerrestrialNetwork()
1119 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo(DOMAIN_PS, TRANSPORT_TYPE_WWAN); in getAvailableServices()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyStateTracker.java1820 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in isNetworkRegistered()
1827 nri = ss.getNetworkRegistrationInfo( in isNetworkRegistered()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java668 serviceState.getNetworkRegistrationInfo( in isDataRegInWwanAndInService()

12