Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataRetryManager.java213 private final List<DataThrottlingEntry> mDataThrottlingEntries = new ArrayList<>();
218 public static class DataThrottlingEntry { class in DataRetryManager
267 public DataThrottlingEntry(@NonNull DataProfile dataProfile, in DataThrottlingEntry() method in DataRetryManager.DataThrottlingEntry
1430 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) {