/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
H A D | ActionBatch.java | 88 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 D | TestImmediateExecutor.java | 28 public void execute(Runnable command) { in execute() method in TestImmediateExecutor
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GraphReader.java | 42 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 D | ActivityTransactionItem.java | 41 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 D | FallbackStrategies.java | 51 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 D | ProviderExecutor.java | 73 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 D | TextGraphReader.java | 49 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 D | CheckedRemoteRequest.java | 32 R execute() throws RemoteException; in execute() method
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | SynchronousExecutor.java | 26 public void execute(Runnable r) { in execute() method in SynchronousExecutor
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
H A D | SimulatorMainPortal.java | 72 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 D | ICompService.aidl | 34 byte execute(in String[] args, in Metadata metadata); in execute() method
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
H A D | NamedTaskExecutor.java | 29 void execute(NamedTask task); in execute() method
|
H A D | SingleThreadNamedTaskExecutor.java | 56 public void execute(NamedTask task) { in execute() method in SingleThreadNamedTaskExecutor
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | UiOffloadThread.java | 40 public Future<?> execute(Runnable runnable) { in execute() method in UiOffloadThread
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | HandlerExecutor.java | 40 public void execute(Runnable command) { in execute() method in HandlerExecutor
|
/aosp12/frameworks/base/core/java/com/android/internal/listeners/ |
H A D | ListenerTransport.java | 47 default void execute(Executor executor, Consumer<TListener> operation) { in execute() method
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | BackupRestoreTask.java | 25 void execute(); in execute() method
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/util/ |
H A D | HandlerExecutor.java | 42 public void execute(Runnable command) { in execute() method in HandlerExecutor
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
H A D | HandlerExecutor.java | 41 public void execute(Runnable command) { in execute() method in HandlerExecutor
|
/aosp12/packages/apps/Camera2/src/com/android/camera/async/ |
H A D | HandlerExecutor.java | 37 public void execute(Runnable runnable) { in execute() method in HandlerExecutor
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | HandlerExecutor.java | 40 public void execute(Runnable command) { in execute() method in HandlerExecutor
|
/aosp12/packages/modules/NeuralNetworks/common/include/ |
H A D | OperationResolver.h | 42 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 D | PausableExecutorImpl.java | 37 public void execute(Runnable command) { in execute() method in PausableExecutorImpl
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/ |
H A D | TaskExecutor.java | 27 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 D | RequestSetNotificationRegistration.java | 45 public void execute(ClientSession session) throws IOException { in execute() method in RequestSetNotificationRegistration
|