Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java180 private final FunctionalUtils.ThrowingFunction<ISub, T> mInterfaceMethod; field in SubscriptionManager.VoidPropertyInvalidatedCache
189 mInterfaceMethod = subscriptionInterfaceMethod; in VoidPropertyInvalidatedCache()
201 result = mInterfaceMethod.applyOrThrow(iSub); in recompute()
214 private final FunctionalUtils.ThrowingBiFunction<ISub, Integer, T> mInterfaceMethod; field in SubscriptionManager.IntegerPropertyInvalidatedCache
223 mInterfaceMethod = subscriptionInterfaceMethod; in IntegerPropertyInvalidatedCache()
235 result = mInterfaceMethod.applyOrThrow(iSub, query); in recompute()