Searched refs:nrs (Results 1 – 4 of 4) sorted by relevance
465 NetworkRequest[] nrs = new NetworkRequest[3]; in testMultipleNdpsOnSingleNdi() local485 nrs[i] = getSessionNetworkRequest(clientId, ress[i].mSessionId, ress[i].mPeerHandle, in testMultipleNdpsOnSingleNdi()490 reqNetworkMsg.obj = nrs[i]; in testMultipleNdpsOnSingleNdi()533 endNetworkReqMsg.obj = nrs[i]; in testMultipleNdpsOnSingleNdi()571 NetworkRequest[] nrs = new NetworkRequest[numRequestsPre + numRequestsPost + 1]; in testMultipleIdenticalRequests() local592 nrs[i] = getDirectNetworkRequest(clientId + i, in testMultipleIdenticalRequests()598 reqNetworkMsg.obj = nrs[i]; in testMultipleIdenticalRequests()612 endNetworkReqMsg.obj = nrs[0]; in testMultipleIdenticalRequests()623 endNetworkReqMsg.obj = nrs[1]; in testMultipleIdenticalRequests()653 nrs[i] = getDirectNetworkRequest(clientId + i, in testMultipleIdenticalRequests()[all …]
721 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in updatePhoneType() local723 if (nrs != null && nrs.isInService() in updatePhoneType()871 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in getRegistrationInfo() local873 if (nrs != null) { in getRegistrationInfo()875 nrs.getAccessNetworkTechnology()); in getRegistrationInfo()876 int drs = regCodeToServiceState(nrs.getRegistrationState()); in getRegistrationInfo()
5094 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getDataRat() local5096 if (nrs != null) { in getDataRat()5097 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getDataRat()5105 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getVoiceRat() local5107 if (nrs != null) { in getVoiceRat()5108 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getVoiceRat()
1338 NetworkRegistrationInfo nrs = new NetworkRegistrationInfo.Builder() in testRegisterForDataRegStateOrRatChange() local1344 sst.mSS.addNetworkRegistrationInfo(nrs); in testRegisterForDataRegStateOrRatChange()