Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java159 private final FunctionalUtils.ThrowingFunction<ISub, T> mInterfaceMethod; field in SubscriptionManager.VoidPropertyInvalidatedCache
168 mInterfaceMethod = subscriptionInterfaceMethod; in VoidPropertyInvalidatedCache()
180 result = mInterfaceMethod.applyOrThrow(iSub); in recompute()
193 private final FunctionalUtils.ThrowingBiFunction<ISub, Integer, T> mInterfaceMethod; field in SubscriptionManager.IntegerPropertyInvalidatedCache
202 mInterfaceMethod = subscriptionInterfaceMethod; in IntegerPropertyInvalidatedCache()
214 result = mInterfaceMethod.applyOrThrow(iSub, query); in recompute()