Searched refs:nrs (Results 1 – 4 of 4) sorted by relevance
507 NetworkRequest[] nrs = new NetworkRequest[3]; in testMultipleNdpsOnSingleNdi() local527 nrs[i] = getSessionNetworkRequest(clientId, ress[i].mSessionId, ress[i].mPeerHandle, in testMultipleNdpsOnSingleNdi()532 reqNetworkMsg.obj = nrs[i]; in testMultipleNdpsOnSingleNdi()575 endNetworkReqMsg.obj = nrs[i]; in testMultipleNdpsOnSingleNdi()613 NetworkRequest[] nrs = new NetworkRequest[numRequestsPre + numRequestsPost + 1]; in testMultipleIdenticalRequests() local634 nrs[i] = getDirectNetworkRequest(clientId + i, in testMultipleIdenticalRequests()640 reqNetworkMsg.obj = nrs[i]; in testMultipleIdenticalRequests()654 endNetworkReqMsg.obj = nrs[0]; in testMultipleIdenticalRequests()665 endNetworkReqMsg.obj = nrs[1]; in testMultipleIdenticalRequests()695 nrs[i] = getDirectNetworkRequest(clientId + i, in testMultipleIdenticalRequests()[all …]
731 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in updatePhoneType() local733 if (nrs != null && nrs.isInService() in updatePhoneType()881 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in getRegistrationInfo() local883 if (nrs != null) { in getRegistrationInfo()885 nrs.getAccessNetworkTechnology()); in getRegistrationInfo()886 int drs = regCodeToServiceState(nrs.getRegistrationState()); in getRegistrationInfo()
5068 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getDataRat() local5070 if (nrs != null) { in getDataRat()5071 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getDataRat()5079 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getVoiceRat() local5081 if (nrs != null) { in getVoiceRat()5082 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getVoiceRat()
1338 NetworkRegistrationInfo nrs = new NetworkRegistrationInfo.Builder() in testRegisterForDataRegStateOrRatChange() local1344 sst.mSS.addNetworkRegistrationInfo(nrs); in testRegisterForDataRegStateOrRatChange()