Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java383 c.setDefaultExecutor(getCachedExecutor());
397 r.setDefaultExecutor(getCachedExecutor());
410 s.setDefaultExecutor(getCachedExecutor());
458 private Executor getCachedExecutor() { in getCachedExecutor() method in ImsService
472 f.setDefaultExecutor(getCachedExecutor()); in createMmTelFeatureInternal()
484 f.setDefaultExecutor(getCachedExecutor()); in createEmergencyOnlyMmTelFeatureInternal()
495 f.setDefaultExecutor(getCachedExecutor()); in createRcsFeatureInternal()
651 getCachedExecutor()).join(); in executeMethodAsync()
660 () -> TelephonyUtils.runWithCleanCallingIdentity(r), getCachedExecutor()); in executeMethodAsyncForResult()
/frameworks/base/telephony/java/android/telephony/
DDomainSelectionService.java796 executeMethodAsync(getCachedExecutor(),
798 new TransportSelectorCallbackWrapper(callback, getCachedExecutor())),
805 executeMethodAsyncNoException(getCachedExecutor(),
813 executeMethodAsyncNoException(getCachedExecutor(),
871 public final @NonNull Executor getCachedExecutor() { in getCachedExecutor() method in DomainSelectionService