Searched refs:mInterfaceMethod (Results 1 – 1 of 1) sorted by relevance
175 private final FunctionalUtils.ThrowingFunction<ISub, T> mInterfaceMethod; field in SubscriptionManager.VoidPropertyInvalidatedCache184 mInterfaceMethod = subscriptionInterfaceMethod; in VoidPropertyInvalidatedCache()194 return mInterfaceMethod.applyOrThrow(TelephonyManager.getSubscriptionService()); in recompute()220 private final FunctionalUtils.ThrowingBiFunction<ISub, Integer, T> mInterfaceMethod; field in SubscriptionManager.IntegerPropertyInvalidatedCache229 mInterfaceMethod = subscriptionInterfaceMethod; in IntegerPropertyInvalidatedCache()239 return mInterfaceMethod.applyOrThrow( in recompute()