Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsService.java354 c.setDefaultExecutor(getCachedExecutor());
368 r.setDefaultExecutor(getCachedExecutor());
381 s.setDefaultExecutor(getCachedExecutor());
429 private Executor getCachedExecutor() { in getCachedExecutor() method in ImsService
443 f.setDefaultExecutor(getCachedExecutor()); in createMmTelFeatureInternal()
455 f.setDefaultExecutor(getCachedExecutor()); in createEmergencyOnlyMmTelFeatureInternal()
466 f.setDefaultExecutor(getCachedExecutor()); in createRcsFeatureInternal()
622 getCachedExecutor()).join(); in executeMethodAsync()
631 () -> TelephonyUtils.runWithCleanCallingIdentity(r), getCachedExecutor()); in executeMethodAsyncForResult()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DDomainSelectionService.java775 executeMethodAsync(getCachedExecutor(),
777 new TransportSelectorCallbackWrapper(callback, getCachedExecutor())),
783 executeMethodAsyncNoException(getCachedExecutor(),
790 executeMethodAsyncNoException(getCachedExecutor(),
845 public @NonNull Executor getCachedExecutor() { in getCachedExecutor() method in DomainSelectionService