Home
last modified time | relevance | path

Searched defs:execute (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DActionBatch.java88 void execute(final Context context); in execute() method
107 public void execute(final Context context) { in execute() method in ActionBatch.StartDownloadAction
176 public void execute(final Context context) { in execute() method in ActionBatch.InstallAfterDownloadAction
218 public void execute(final Context context) { in execute() method in ActionBatch.EnableAction
253 public void execute(final Context context) { in execute() method in ActionBatch.DisableAction
295 public void execute(final Context context) { in execute() method in ActionBatch.MakeAvailableAction
345 public void execute(final Context context) { in execute() method in ActionBatch.MarkPreInstalledAction
387 public void execute(final Context context) { in execute() method in ActionBatch.UpdateDataAction
441 public void execute(final Context context) { in execute() method in ActionBatch.ForgetAction
512 public void execute(final Context context) { in execute() method in ActionBatch.StartDeleteAction
[all …]
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestImmediateExecutor.java28 public void execute(Runnable command) { in execute() method in TestImmediateExecutor
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java42 public void execute(CommandStack stack); in execute() method
57 public void execute() { in execute() method in GraphReader.CommandStack
88 public void execute(CommandStack stack) { in execute() method in GraphReader.ImportPackageCommand
105 public void execute(CommandStack stack) { in execute() method in GraphReader.AddLibraryCommand
120 public void execute(CommandStack stack) { in execute() method in GraphReader.AllocateFilterCommand
143 public void execute(CommandStack stack) { in execute() method in GraphReader.AddSourceSlotCommand
158 public void execute(CommandStack stack) { in execute() method in GraphReader.AddTargetSlotCommand
173 public void execute(CommandStack stack) { in execute() method in GraphReader.AddVariableCommand
190 public void execute(CommandStack stack) { in execute() method in GraphReader.SetFilterInputCommand
217 public void execute(CommandStack stack) { in execute() method in GraphReader.ConnectCommand
/aosp12/frameworks/base/core/java/android/app/servertransaction/
H A DActivityTransactionItem.java41 public final void execute(ClientTransactionHandler client, IBinder token, in execute() method in ActivityTransactionItem
53 public abstract void execute(@NonNull ClientTransactionHandler client, in execute() method in ActivityTransactionItem
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DFallbackStrategies.java51 Output execute(Input params) throws Exception; in execute() method
72 public Output execute(final Input params) { in execute() method in FallbackStrategies
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DProviderExecutor.java73 public <P> void execute(AsyncTask<P, ?, ?> task, P... params) { in execute() method in ProviderExecutor
93 public void execute(Runnable command) { in execute() method in ProviderExecutor
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java49 public void execute(TextGraphReader reader) throws GraphIOException; in execute() method
60 public void execute(TextGraphReader reader) throws GraphIOException { in execute() method in TextGraphReader.ImportPackageCommand
77 public void execute(TextGraphReader reader) { in execute() method in TextGraphReader.AddLibraryCommand
91 public void execute(TextGraphReader reader) throws GraphIOException { in execute() method in TextGraphReader.AllocateFilterCommand
113 public void execute(TextGraphReader reader) throws GraphIOException { in execute() method in TextGraphReader.InitFilterCommand
141 public void execute(TextGraphReader reader) { in execute() method in TextGraphReader.ConnectCommand
/aosp12/frameworks/base/keystore/java/android/security/
H A DCheckedRemoteRequest.java32 R execute() throws RemoteException; in execute() method
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSynchronousExecutor.java26 public void execute(Runnable r) { in execute() method in SynchronousExecutor
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorMainPortal.java72 public void execute(String[] commands) { in execute() method in SimulatorMainPortal
80 private void execute( in execute() method in SimulatorMainPortal
/aosp12/packages/modules/Virtualization/compos/aidl/com/android/compos/
H A DICompService.aidl34 byte execute(in String[] args, in Metadata metadata); in execute() method
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DNamedTaskExecutor.java29 void execute(NamedTask task); in execute() method
H A DSingleThreadNamedTaskExecutor.java56 public void execute(NamedTask task) { in execute() method in SingleThreadNamedTaskExecutor
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUiOffloadThread.java40 public Future<?> execute(Runnable runnable) { in execute() method in UiOffloadThread
/aosp12/frameworks/base/core/java/android/os/
H A DHandlerExecutor.java40 public void execute(Runnable command) { in execute() method in HandlerExecutor
/aosp12/frameworks/base/core/java/com/android/internal/listeners/
H A DListenerTransport.java47 default void execute(Executor executor, Consumer<TListener> operation) { in execute() method
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupRestoreTask.java25 void execute(); in execute() method
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/util/
H A DHandlerExecutor.java42 public void execute(Runnable command) { in execute() method in HandlerExecutor
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DHandlerExecutor.java41 public void execute(Runnable command) { in execute() method in HandlerExecutor
/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DHandlerExecutor.java37 public void execute(Runnable runnable) { in execute() method in HandlerExecutor
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DHandlerExecutor.java40 public void execute(Runnable command) { in execute() method in HandlerExecutor
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DOperationResolver.h42 std::function<bool(IOperationExecutionContext*)> execute; member
124 #define NN_REGISTER_OPERATION(identifier, operationName, validate, prepare, execute, ...) \ argument
/aosp12/packages/apps/Dialer/java/com/android/incallui/async/
H A DPausableExecutorImpl.java37 public void execute(Runnable command) { in execute() method in PausableExecutorImpl
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/
H A DTaskExecutor.java27 public synchronized void execute(int userId, AbstractProvisioningTask task) { in execute() method in TaskExecutor
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DRequestSetNotificationRegistration.java45 public void execute(ClientSession session) throws IOException { in execute() method in RequestSetNotificationRegistration

12345678910>>...15