Home
last modified time | relevance | path

Searched refs:tdList (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataNetworkControllerTest.java457 @NonNull List<TrafficDescriptor> tdList) { in createDataCallResponse() argument
482 .setTrafficDescriptors(tdList) in createDataCallResponse()
1403 List<TrafficDescriptor> tdList = new ArrayList<>(); in testSetupEnterpriseDataNetwork() local
1404 tdList.add(new TrafficDescriptor.Builder() in testSetupEnterpriseDataNetwork()
1408 createDataCallResponse(1, DataCallResponse.LINK_STATUS_ACTIVE, tdList)); in testSetupEnterpriseDataNetwork()
3847 List<TrafficDescriptor> tdList = new ArrayList<>(); in testDataDisableNotAllowingBringingUpEnterpriseNetwork() local
3848 tdList.add(new TrafficDescriptor.Builder() in testDataDisableNotAllowingBringingUpEnterpriseNetwork()
3852 createDataCallResponse(1, DataCallResponse.LINK_STATUS_ACTIVE, tdList)); in testDataDisableNotAllowingBringingUpEnterpriseNetwork()
4987 List<TrafficDescriptor> tdList = List.of( in testTrafficDescriptionChangedDataRetry() local
4996 createDataCallResponse(1, DataCallResponse.LINK_STATUS_ACTIVE, tdList)); in testTrafficDescriptionChangedDataRetry()
[all …]