Searched refs:execute (Results 1 – 3 of 3) sorted by relevance
140 public void execute(final Runnable r) { in execute() method in AppCompatDelegate.SerialExecutor158 mExecutor.execute(mActive); in scheduleNext()170 public void execute(Runnable r) { in execute() method in AppCompatDelegate.ThreadPerTaskExecutor931 sSerialExecutorForLocalesStorage.execute(() -> syncRequestedAndStoredLocales(context)); in asyncExecuteSyncRequestedAndStoredLocales()964 sSerialExecutorForLocalesStorage.execute(() -> { in syncRequestedAndStoredLocales()
128 MyExecutors.bg().execute(() -> { in showMessage()140 MyExecutors.main().execute(() -> { in showMessage()
622 public void execute(Runnable command) { in execute() method in AppCompatTextViewTest.ManualExecutor