Searched refs:DataThrottlingEntry (Results 1 – 1 of 1) sorted by relevance
213 private final List<DataThrottlingEntry> mDataThrottlingEntries = new ArrayList<>();218 public static class DataThrottlingEntry { class in DataRetryManager267 public DataThrottlingEntry(@NonNull DataProfile dataProfile, in DataThrottlingEntry() method in DataRetryManager.DataThrottlingEntry1430 for (DataThrottlingEntry dataThrottlingEntry : mDataThrottlingEntries) {1595 DataThrottlingEntry entry = new DataThrottlingEntry(dataProfile, networkRequestList,1643 List<DataThrottlingEntry> dataUnthrottlingEntries = new ArrayList<>();1650 Stream<DataThrottlingEntry> stream = mDataThrottlingEntries.stream();1703 for (DataThrottlingEntry entry : dataUnthrottlingEntries) {1830 DataThrottlingEntry dataUnThrottlingEntry = mDataThrottlingEntries.stream()1997 for (DataThrottlingEntry entry : mDataThrottlingEntries) {