Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/helper/
DSelectableSubscriptions.java61 private Function<List<SubscriptionAnnotation>, List<SubscriptionAnnotation>> mFinisher; field in SelectableSubscriptions
84 mFinisher = annoList -> annoList; in SelectableSubscriptions()
93 mFinisher = mFinisher.andThen(finisher); in addFinisher()
121 .collect(Collectors.collectingAndThen(Collectors.toList(), mFinisher)); in call()