/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ProvisioningManager.java | 921 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 D | RegistrationManager.java | 204 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 D | ImsMmTelManager.java | 186 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 D | ImsRcsManager.java | 222 c.setExecutor(executor); in registerImsRegistrationCallback()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | AppWidgetHostViewTest.java | 87 mHostView.setExecutor(executor); in asyncInflation() 104 mHostView.setExecutor(executor); in asyncInflation_cancelled()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | BaseLauncherAppWidgetHostView.java | 55 setExecutor(Executors.THREAD_POOL_EXECUTOR); in BaseLauncherAppWidgetHostView()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsRegistrationCallbackHelper.java | 94 mImsRegistrationCallback.setExecutor(executor); in ImsRegistrationCallbackHelper()
|
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/ |
H A D | AlarmManager.java | 300 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 D | Main.java | 192 server.setExecutor(Executors.newFixedThreadPool(1)); in main()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
H A D | ScrimView.java | 96 public void setExecutor(Executor executor, Looper looper) { in setExecutor() method in ScrimView
|
/aosp12/frameworks/base/telephony/java/com/android/ims/ |
H A D | ImsConfig.java | 928 callback.setExecutor(getThreadExecutor()); in addConfigCallback()
|
/aosp12/frameworks/base/location/java/android/location/ |
H A D | LocationManager.java | 1495 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 D | AppWidgetHostView.java | 475 public void setExecutor(Executor executor) { in setExecutor() method in AppWidgetHostView
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RemoteViewsAdapter.java | 1134 layout.setExecutor(mAsyncViewLoadExecutor); in getView()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/ |
H A D | ImsManager.java | 2084 callback.setExecutor(executor); in addRegistrationCallback() 2154 callback.setExecutor(executor); in addCapabilitiesCallback()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 10703 HSPLandroid/location/LocationManager$LocationListenerTransport;->setExecutor(Ljava/util/concurrent/… 15065 HSPLandroid/telephony/ims/RegistrationManager$RegistrationCallback;->setExecutor(Ljava/util/concurr…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 10698 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 D | current.txt | 8503 method public void setExecutor(java.util.concurrent.Executor);
|