Searched refs:tdList (Results 1 – 1 of 1) sorted by relevance
457 @NonNull List<TrafficDescriptor> tdList) { in createDataCallResponse() argument482 .setTrafficDescriptors(tdList) in createDataCallResponse()1403 List<TrafficDescriptor> tdList = new ArrayList<>(); in testSetupEnterpriseDataNetwork() local1404 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() local3848 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() local4996 createDataCallResponse(1, DataCallResponse.LINK_STATUS_ACTIVE, tdList)); in testTrafficDescriptionChangedDataRetry()[all …]