Searched refs:nrs (Results 1 – 4 of 4) sorted by relevance
506 NetworkRequest[] nrs = new NetworkRequest[3]; in testMultipleNdpsOnSingleNdi() local526 nrs[i] = getSessionNetworkRequest(clientId, ress[i].mSessionId, ress[i].mPeerHandle, in testMultipleNdpsOnSingleNdi()531 reqNetworkMsg.obj = nrs[i]; in testMultipleNdpsOnSingleNdi()574 endNetworkReqMsg.obj = nrs[i]; in testMultipleNdpsOnSingleNdi()612 NetworkRequest[] nrs = new NetworkRequest[numRequestsPre + numRequestsPost + 1]; in testMultipleIdenticalRequests() local633 nrs[i] = getDirectNetworkRequest(clientId + i, in testMultipleIdenticalRequests()639 reqNetworkMsg.obj = nrs[i]; in testMultipleIdenticalRequests()653 endNetworkReqMsg.obj = nrs[0]; in testMultipleIdenticalRequests()664 endNetworkReqMsg.obj = nrs[1]; in testMultipleIdenticalRequests()694 nrs[i] = getDirectNetworkRequest(clientId + i, in testMultipleIdenticalRequests()[all …]
684 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in updatePhoneType() local686 if (nrs != null && nrs.isInService() in updatePhoneType()826 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in notifyDataRegStateRilRadioTechnologyChanged() local828 if (nrs != null) { in notifyDataRegStateRilRadioTechnologyChanged()830 nrs.getAccessNetworkTechnology()); in notifyDataRegStateRilRadioTechnologyChanged()831 int drs = regCodeToServiceState(nrs.getRegistrationState()); in notifyDataRegStateRilRadioTechnologyChanged()
4822 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getDataRat() local4824 if (nrs != null) { in getDataRat()4825 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getDataRat()4833 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getVoiceRat() local4835 if (nrs != null) { in getVoiceRat()4836 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getVoiceRat()
1150 NetworkRegistrationInfo nrs = new NetworkRegistrationInfo.Builder() in testRegisterForDataRegStateOrRatChange() local1156 sst.mSS.addNetworkRegistrationInfo(nrs); in testRegisterForDataRegStateOrRatChange()