Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java175 private final FunctionalUtils.ThrowingFunction<ISub, T> mInterfaceMethod; field in SubscriptionManager.VoidPropertyInvalidatedCache
184 mInterfaceMethod = subscriptionInterfaceMethod; in VoidPropertyInvalidatedCache()
194 return mInterfaceMethod.applyOrThrow(TelephonyManager.getSubscriptionService()); in recompute()
220 private final FunctionalUtils.ThrowingBiFunction<ISub, Integer, T> mInterfaceMethod; field in SubscriptionManager.IntegerPropertyInvalidatedCache
229 mInterfaceMethod = subscriptionInterfaceMethod; in IntegerPropertyInvalidatedCache()
239 return mInterfaceMethod.applyOrThrow( in recompute()