Searched refs:getAsyncExecutor (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.imsserviceentitlement.utils.Executors.getAsyncExecutor;52 Futures.submit(() -> getEntitlementStatus(activationApi), getAsyncExecutor()); in entitlementCheck()
26 import static com.android.imsserviceentitlement.utils.Executors.getAsyncExecutor;85 getAsyncExecutor().execute( in onReceive()
36 public static Executor getAsyncExecutor() { in getAsyncExecutor() method in Executors