Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DProvisioningManager.java921 private void setExecutor(Executor executor) { in setExecutor() method in ProvisioningManager.Callback.CallbackBinder
952 public void setExecutor(Executor executor) { in setExecutor() method in ProvisioningManager.Callback
953 mBinder.setExecutor(executor); in setExecutor()
1023 private void setExecutor(Executor executor) { in setExecutor() method in ProvisioningManager.RcsProvisioningCallback.CallbackBinder
1088 public void setExecutor(Executor executor) { in setExecutor() method in ProvisioningManager.RcsProvisioningCallback
1089 mBinder.setExecutor(executor); in setExecutor()
1131 callback.setExecutor(executor); in registerProvisioningChangedCallback()
1506 callback.setExecutor(executor); in registerRcsProvisioningCallback()
H A DRegistrationManager.java204 private void setExecutor(Executor executor) { in setExecutor() method in RegistrationManager.RegistrationCallback.RegistrationBinder
289 public void setExecutor(Executor executor) { in setExecutor() method in RegistrationManager.RegistrationCallback
290 mBinder.setExecutor(executor); in setExecutor()
H A DImsMmTelManager.java186 private void setExecutor(Executor executor) { in setExecutor() method in ImsMmTelManager.CapabilityCallback.CapabilityBinder
212 public final void setExecutor(Executor executor) { in setExecutor() method in ImsMmTelManager.CapabilityCallback
213 mBinder.setExecutor(executor); in setExecutor()
296 c.setExecutor(executor); in registerImsRegistrationCallback()
340 c.setExecutor(executor); in registerImsRegistrationCallback()
555 c.setExecutor(executor); in registerMmTelCapabilityCallback()
H A DImsRcsManager.java222 c.setExecutor(executor); in registerImsRegistrationCallback()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DAppWidgetHostViewTest.java87 mHostView.setExecutor(executor); in asyncInflation()
104 mHostView.setExecutor(executor); in asyncInflation_cancelled()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseLauncherAppWidgetHostView.java55 setExecutor(Executors.THREAD_POOL_EXECUTOR); in BaseLauncherAppWidgetHostView()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsRegistrationCallbackHelper.java94 mImsRegistrationCallback.setExecutor(executor); in ImsRegistrationCallbackHelper()
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/
H A DAlarmManager.java300 void setExecutor(Executor e) { in setExecutor() method in AlarmManager.ListenerWrapper
943 recipientWrapper.setExecutor(targetExecutor); in setImpl()
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DMain.java192 server.setExecutor(Executors.newFixedThreadPool(1)); in main()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
H A DScrimView.java96 public void setExecutor(Executor executor, Looper looper) { in setExecutor() method in ScrimView
/aosp12/frameworks/base/telephony/java/com/android/ims/
H A DImsConfig.java928 callback.setExecutor(getThreadExecutor()); in addConfigCallback()
/aosp12/frameworks/base/location/java/android/location/
H A DLocationManager.java1495 transport.setExecutor(executor); in requestLocationUpdates()
3158 setExecutor(executor); in LocationListenerTransport()
3161 void setExecutor(Executor executor) { in setExecutor() method in LocationManager.LocationListenerTransport
/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java475 public void setExecutor(Executor executor) { in setExecutor() method in AppWidgetHostView
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java1134 layout.setExecutor(mAsyncViewLoadExecutor); in getView()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java2084 callback.setExecutor(executor); in addRegistrationCallback()
2154 callback.setExecutor(executor); in addCapabilitiesCallback()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt10703 HSPLandroid/location/LocationManager$LocationListenerTransport;->setExecutor(Ljava/util/concurrent/…
15065 HSPLandroid/telephony/ims/RegistrationManager$RegistrationCallback;->setExecutor(Ljava/util/concurr…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt10698 HSPLandroid/location/LocationManager$LocationListenerTransport;->setExecutor(Ljava/util/concurrent/…
15114 HSPLandroid/telephony/ims/RegistrationManager$RegistrationCallback;->setExecutor(Ljava/util/concurr…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt8503 method public void setExecutor(java.util.concurrent.Executor);