Home
last modified time | relevance | path

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

12345

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DShellExecutor.java36 void execute(Runnable runnable); in execute() method
48 execute(() -> { in executeBlocking() method
72 execute(() -> { in executeBlockingForResult() method
DHandlerExecutor.java31 public void execute(@NonNull Runnable command) { in execute() method in HandlerExecutor
/frameworks/base/core/java/android/app/servertransaction/
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
DBaseClientRequest.java45 void execute(ClientTransactionHandler client, IBinder token, in execute() method
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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
/frameworks/base/keystore/java/android/security/
DCheckedRemoteRequest.java32 R execute() throws RemoteException; in execute() method
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DUiOffloadThread.java40 public Future<?> execute(Runnable runnable) { in execute() method in UiOffloadThread
/frameworks/base/core/java/android/os/
DHandlerExecutor.java40 public void execute(Runnable command) { in execute() method in HandlerExecutor
DAsyncTask.java301 public synchronized void execute(final Runnable r) { in execute() method in AsyncTask.SerialExecutor
670 public final AsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in AsyncTask
741 public static void execute(Runnable runnable) { in execute() method in AsyncTask
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupRestoreTask.java25 void execute(); in execute() method
/frameworks/base/services/core/java/com/android/server/media/
DHandlerExecutor.java40 public void execute(Runnable command) { in execute() method in HandlerExecutor
/frameworks/base/telephony/java/com/android/internal/telephony/util/
DHandlerExecutor.java42 public void execute(Runnable command) { in execute() method in HandlerExecutor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandRegistry.kt144 fun execute(pw: PrintWriter, args: List<String>) in execute() method
161 override fun execute(pw: PrintWriter, args: List<String>) { in execute() method in com.android.systemui.statusbar.commandline.PrefsCommand
/frameworks/base/core/java/com/android/internal/listeners/
DListenerTransport.java47 default void execute(Executor executor, Consumer<TListener> operation) { in execute() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DSyncExecutor.java27 public void execute(Runnable runnable) { in execute() method in SyncExecutor
/frameworks/av/media/codec2/faultinjection/
DSimpleMethodState.cpp31 void SimpleMethodState::Injecter::fail(c2_status_t err, bool execute) { in fail()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DTestShellExecutor.java31 public void execute(Runnable runnable) { in execute() method in TestShellExecutor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DCommandRegistryTest.kt50 override fun execute(command: Runnable) { in safeEq() method in com.android.systemui.statusbar.commandline.CommandRegistryTest
86 override fun execute(pw: PrintWriter, args: List<String>) { in safeEq() method in com.android.systemui.statusbar.commandline.CommandRegistryTest.FakeCommand
/frameworks/rs/
DrsScriptGroup2.cpp14 void ScriptGroup2::execute(Context* rsc) { in execute() function in android::renderscript::ScriptGroup2
/frameworks/base/core/java/android/database/sqlite/
DSQLiteStatement.java44 public void execute() { in execute() method in SQLiteStatement
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/testing/
DQueuingNonAutomaticExecutorService.java72 public void execute(Runnable command) { in execute() method in QueuingNonAutomaticExecutorService
/frameworks/base/tests/CoreTests/android/core/
DTestHttpClient.java95 public HttpResponse execute( in execute() method in TestHttpClient
/frameworks/base/services/backup/java/com/android/server/backup/restore/
DAdbRestoreFinishedLatch.java65 public void execute() { in execute() method in AdbRestoreFinishedLatch
/frameworks/base/services/core/java/com/android/server/timezone/
DRulesManagerServiceHelperImpl.java53 public void execute(Runnable runnable) { in execute() method in RulesManagerServiceHelperImpl

12345