Searched refs:qosCharacteristics (Results 1 – 1 of 1) sorted by relevance
6358 QosCharacteristics qosCharacteristics = new QosCharacteristics.Builder( in testQosPolicyParamsBuilder() local6381 builder.setQosCharacteristics(qosCharacteristics); in testQosPolicyParamsBuilder()6396 assertEquals(qosCharacteristics, downlinkParams.getQosCharacteristics()); in testQosPolicyParamsBuilder()6414 .setQosCharacteristics(qosCharacteristics) in testQosPolicyParamsBuilder()6424 assertEquals(qosCharacteristics, uplinkParams.getQosCharacteristics()); in testQosPolicyParamsBuilder()6995 QosCharacteristics qosCharacteristics = new QosCharacteristics.Builder( in testQosCharacteristicsBuilder() local7006 assertEquals(minServiceIntervalMicros, qosCharacteristics.getMinServiceIntervalMicros()); in testQosCharacteristicsBuilder()7007 assertEquals(maxServiceIntervalMicros, qosCharacteristics.getMaxServiceIntervalMicros()); in testQosCharacteristicsBuilder()7008 assertEquals(minDataRateKbps, qosCharacteristics.getMinDataRateKbps()); in testQosCharacteristicsBuilder()7009 assertEquals(delayBoundMicros, qosCharacteristics.getDelayBoundMicros()); in testQosCharacteristicsBuilder()[all …]