Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/util/
DNetworkTrafficTags.java36 private final Executor delegateExecutor; field in NetworkTrafficTags.TrafficStatsTaggingExecutor
39 public TrafficStatsTaggingExecutor(Executor delegateExecutor, int tag) { in TrafficStatsTaggingExecutor() argument
40 this.delegateExecutor = delegateExecutor; in TrafficStatsTaggingExecutor()
47 delegateExecutor.execute( in execute()