/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/ |
D | NetworkSelectRepositoryTest.kt | 64 val info = repository.getNetworkRegistrationInfo() in getNetworkRegistrationInfo_notConnected_returnNull() 75 val info = repository.getNetworkRegistrationInfo() in getNetworkRegistrationInfo_nullServiceState_returnNull() 90 val info = repository.getNetworkRegistrationInfo() in getNetworkRegistrationInfo_emptyNetworkList_returnNull() 108 val info = repository.getNetworkRegistrationInfo() in getNetworkRegistrationInfo_hasNetworkList_returnInfo()
|
/packages/services/Telephony/src/com/android/services/telephony/domainselection/ |
D | EmergencySmsDomainSelector.java | 326 final NetworkRegistrationInfo regInfo = mServiceState.getNetworkRegistrationInfo( in isLteEmergencyAvailableInService() 345 final NetworkRegistrationInfo regInfo = mServiceState.getNetworkRegistrationInfo( in isLteEmergencyAvailableInLimitedService() 427 final NetworkRegistrationInfo regInfo = mServiceState.getNetworkRegistrationInfo( in isNrEmergencyServiceFallbackRequired() 447 final NetworkRegistrationInfo regInfo = mServiceState.getNetworkRegistrationInfo( in isNrEmergencyAvailable()
|
D | CrossSimRedialingController.java | 295 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in isNetworkRegistered() 302 nri = ss.getNetworkRegistrationInfo( in isNetworkRegistered()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | NetworkSelectRepository.kt | 48 getNetworkRegistrationInfo() in launchUpdateNetworkRegistrationInfo() 54 fun getNetworkRegistrationInfo(): NetworkRegistrationAndForbiddenInfo? { in getNetworkRegistrationInfo() method
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QnsTelephonyListener.java | 321 mLastServiceState.getNetworkRegistrationInfo( in registerIwlanServiceStateListener() 500 serviceState.getNetworkRegistrationInfo( in onServiceStateChanged() 504 mLastServiceState.getNetworkRegistrationInfo( in onServiceStateChanged() 517 serviceState.getNetworkRegistrationInfo( in onServiceStateChanged() 521 mLastServiceState.getNetworkRegistrationInfo( in onServiceStateChanged() 526 serviceState.getNetworkRegistrationInfo( in onServiceStateChanged() 629 mLastServiceState.getNetworkRegistrationInfo( in isSupportVoPS()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/ |
D | EmergencySmsDomainSelectorTest.java | 324 when(mServiceState.getNetworkRegistrationInfo( in testIsSmsOverImsAvailableWhenNoLteOrNr() 341 when(mServiceState.getNetworkRegistrationInfo( in testIsSmsOverImsAvailableWhenLteNotRegisteredOrEmergencyNotEnabled() 875 when(mServiceState.getNetworkRegistrationInfo( in setUpNonLteService() 895 when(mServiceState.getNetworkRegistrationInfo( in setUpLteInService() 927 when(mServiceState.getNetworkRegistrationInfo( in setUpLimitedLteService() 959 when(mServiceState.getNetworkRegistrationInfo( in setUpNrInService()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/network/ |
D | SubscriptionsPreferenceControllerTest.java | 142 when(mServiceState.getNetworkRegistrationInfo(anyInt(), anyInt())) in setUp() 534 doReturn(regInfo).when(ss).getNetworkRegistrationInfo( in getIcon_voiceInServiceAndMobileDataOff_iconIsSignalIcon() 546 when(mServiceState.getNetworkRegistrationInfo(anyInt(), anyInt())) in getIcon_carrierNetworkIsNotActive_useMobileDataLevel() 564 when(mServiceState.getNetworkRegistrationInfo(anyInt(), anyInt())) in getIcon_carrierNetworkIsActive_useCarrierNetworkLevel() 603 doReturn(regInfo).when(ss).getNetworkRegistrationInfo( in setupGetIconConditions()
|
D | ProviderModelSliceHelperTest.java | 277 when(mServiceState.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in mockConnections()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastAlertServiceTest.java | 244 doReturn(mockNeRegInfo).when(mockSS).getNetworkRegistrationInfo(anyInt(), anyInt()); in testHandleCellBroadcastIntentDomesticRoaming() 272 doReturn(mockNeRegInfo).when(mockSS).getNetworkRegistrationInfo(anyInt(), anyInt()); in testHandleCellBroadcastIntentInternationalRoaming() 300 doReturn(mockNeRegInfo).when(mockSS).getNetworkRegistrationInfo(anyInt(), anyInt()); in testHandleCellBroadcastIntentNonRoaming() 327 doReturn(mockNeRegInfo).when(mockSS).getNetworkRegistrationInfo(anyInt(), anyInt()); in testHandleCellBroadcastIntentNonMatchedScope()
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | SubscriptionsPreferenceController.java | 286 : serviceState.getNetworkRegistrationInfo( in getMobilePreferenceSummary() 332 : serviceState.getNetworkRegistrationInfo( in getIcon()
|
D | ProviderModelSliceHelper.java | 114 (serviceState == null) ? null : serviceState.getNetworkRegistrationInfo( in isDataStateInService()
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | GsmCellBroadcastHandler.java | 595 NetworkRegistrationInfo nri = serviceState.getNetworkRegistrationInfo( in getLacAndCid() 602 nri = serviceState.getNetworkRegistrationInfo( in getLacAndCid()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/ |
D | Utils.java | 265 final NetworkRegistrationInfo networkRegWlan = serviceState.getNetworkRegistrationInfo( in isNotInIwlan()
|
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | GsmCellBroadcastHandlerTest.java | 325 doReturn(nri).when(ss).getNetworkRegistrationInfo(anyInt(), anyInt()); in testSmsCbLocation() 465 doReturn(nri).when(ss).getNetworkRegistrationInfo(anyInt(), anyInt()); in testGeofencingDontSendWithMockCalculator()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastChannelManager.java | 591 NetworkRegistrationInfo regInfo = ss.getNetworkRegistrationInfo( in checkScope()
|
/packages/services/Telephony/tests/src/com/android/phone/ |
D | NotificationMgrTest.java | 146 when(mServiceState.getNetworkRegistrationInfo(anyInt(), anyInt())).thenReturn( in setUp()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | RadioInfo.java | 1360 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo(domain, transportType); in getRawRegistrationStateText() 1391 NetworkRegistrationInfo nri = ss.getNetworkRegistrationInfo( in updateNrStats()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 3020 NetworkRegistrationInfo regState = ss.getNetworkRegistrationInfo( in isVoiceInService()
|