Searched defs:execute (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBackgroundHandler.java35 public static void execute(Runnable runnable) { method in class:BackgroundHandler
36 mThreadPool.execute(runnable);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DNamedTaskExecutor.java29 void execute(NamedTask task); method in interface:NamedTaskExecutor
H A DPerNameExecutor.java51 public synchronized void execute(NamedTask task) { method in class:PerNameExecutor
61 executor.execute(task);
H A DBatchingNamedTaskExecutor.java48 public void execute(NamedTask task) { method in class:BatchingNamedTaskExecutor
57 mExecutor.execute(task);
62 * @param batchSize the maximum number of entries to execute.
H A DSingleThreadNamedTaskExecutor.java56 public void execute(NamedTask task) { method in class:SingleThreadNamedTaskExecutor
58 throw new IllegalStateException("execute() after close()");
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DMockExecutor.java33 public void execute(Runnable task) { method in class:MockExecutor
H A DMockNamedTaskExecutor.java31 public void execute(NamedTask task) { method in class:MockNamedTaskExecutor
32 mExecutor.execute(task);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsApplication.java136 (new DelayedInitializer()).execute();
155 public void execute() { method in class:ContactsApplication.DelayedInitializer
/packages/inputmethods/LatinIME/tools/dicttool/src/android/inputmethod/latin/dicttool/
H A DDicttool.java76 private void execute(final String[] arguments) { method in class:Dicttool
92 new Dicttool().execute(arguments);
/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DFakeAsyncTaskExecutor.java53 /** The maximum length of time in ms to wait for tasks to execute during tests. */
114 public void execute(Runnable command) { method in class:FakeAsyncTaskExecutor.DelayedExecutor
150 * to execute this async task will be a same-thread executor.
166 * to execute these async tasks will be a same-thread executor.
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaThumbRequest.java142 void execute() throws IOException { method in class:MediaThumbRequest
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastContentProvider.java279 boolean execute(CellBroadcastContentProvider provider); method in interface:CellBroadcastContentProvider.CellBroadcastOperation
308 boolean changed = params[0].execute(provider);
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DAbstractSyncAdapter.java216 private ContentProviderResult[] execute(String authority, method in class:AbstractSyncAdapter
262 return execute(authority, cpos);
282 * Called by a sync adapter to execute a list of Operations in the ContentProvider handling
295 mService.userLog("Try to execute ", ops.size(), " CPO's for " + authority);
298 // Try to execute the whole thing
H A DContactsSyncAdapter.java873 ops.execute();
1053 public void execute() { method in class:ContactsSyncAdapter.ContactOperations
1565 ops.execute();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMenuExecutor.java349 private boolean execute( method in class:MenuExecutor
394 " ms to execute cmd for " + path);
422 if (!execute(manager, jc, mOperation, id)) {
428 Log.e(TAG, "failed to execute operation " + mOperation
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java314 mQuickFix.execute();
1980 public abstract void execute(); method in class:ContactDetailFragment.QuickFix
2031 public void execute() { method in class:ContactDetailFragment.AddToMyContactsQuickFix
2078 public void execute() { method in class:ContactDetailFragment.MakeLocalCopyQuickFix
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java171 public void execute(); method in interface:CalendarProvider2Test.Command
187 public void execute() { method in class:CalendarProvider2Test.Insert
209 public void execute() { method in class:CalendarProvider2Test.Delete
233 public void execute() { method in class:CalendarProvider2Test.Update
268 public void execute() { method in class:CalendarProvider2Test.QueryNumEvents
284 public void execute() { method in class:CalendarProvider2Test.DumpEvents
306 public void execute() { method in class:CalendarProvider2Test.DumpInstances
331 public void execute() { method in class:CalendarProvider2Test.QueryNumInstances
371 public void execute() { method in class:CalendarProvider2Test.VerifyAllInstances
458 public void execute() { method in class:CalendarProvider2Test.VerifyInstance
[all...]

Completed in 4654 milliseconds