Searched refs:run (Results 1 - 25 of 228) sorted by relevance

12345678910

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DPriorityThreadFactory.java43 public void run() {
45 super.run();
H A DSQLiteTransaction.java38 public void run(SQLiteDatabase db) { method in class:SQLiteTransaction
H A DSingleThreadNamedTaskExecutor.java64 public void run() { method in class:SingleThreadNamedTaskExecutor.Worker
84 task.run();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeferredHandler.java28 * Queue of things to run on a looper thread. Items posted with {@link #post} will not
29 * be actually enqued on the handler until after the last one has run, to keep from
48 r.run();
67 public void run() { method in class:DeferredHandler.IdleRunnable
68 mRunnable.run();
75 /** Schedule runnable to run after everything that's on the queue right now. */
85 /** Schedule runnable to run when the queue goes idle. */
H A DLauncherAppWidgetHostView.java79 public void run() { method in class:LauncherAppWidgetHostView.CheckForLongPress
/packages/apps/Email/src/com/android/email/service/
H A DEmailServiceProxy.java88 public void run() {
161 public void run() {
173 public void run() {
185 public void run() {
199 public void run() {
220 public void run() {
240 public void run() {
252 public void run() {
264 public void run() {
275 public void run() {
[all...]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DMockExecutor.java56 command.run();
H A DMockTask.java22 * A task that knows how many times it has been run.
38 public synchronized void run() { method in class:MockTask
59 assertEquals(message + ": " + toString() + " bad run count", count, getRunCount());
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertInstallerMain.java38 public void run() {
47 public void run() { method in class:CertInstallerMain
H A DCertInstaller.java90 action.run(this);
107 if (mNextAction != null) mNextAction.run(this);
245 public void run() {
249 public void run() {
252 // activity is paused; run it in next onResume()
255 action.run(CertInstaller.this);
299 mNextAction.run(CertInstaller.this);
395 void run(CertInstaller host); method in interface:CertInstaller.MyAction
406 public void run(CertInstaller host) { method in class:CertInstaller.Pkcs12ExtractAction
414 public void run(CertInstalle method in class:CertInstaller.InstallOthersAction
427 public void run(CertInstaller host) { method in class:CertInstaller.OnExtractionDoneAction
[all...]
/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageComposeTests.java44 * You can run this entire test case with:
162 * to run before other tests, as junit uses reflection to find the tests.
189 public void run() {
200 public void run() {
217 public void run() {
228 public void run() {
246 public void run() {
265 public void run() {
276 public void run() {
296 public void run() {
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DImageLoader.java45 public void run(Bitmap result); method in interface:ImageLoader.LoadedCallback
118 public void run() { method in class:ImageLoader.WorkerThread
140 workItem.mOnLoadedRunnable.run(b);
H A DMenuHelper.java111 public void run(MenuCallback r); method in interface:MenuHelper.MenuInvoker
115 public void run(Uri uri, IImage image); method in interface:MenuHelper.MenuCallback
263 onInvoke.run(new MenuCallback() {
264 public void run(Uri u, IImage image) {
281 public void run() {
369 onInvoke.run(new MenuCallback() {
370 public void run(Uri u, IImage image) {
459 public void run() {
475 onInvoke.run(new MenuCallback() {
476 public void run(Ur
[all...]
H A DDeleteImage.java40 public void run() {
H A DImageGetter.java107 public void run() {
121 public void run() {
129 public void run() { method in class:ImageGetter.ImageGetterRunnable
293 ((Runnable) message.obj).run();
/packages/apps/Settings/src/com/android/settings/nfc/
H A DNfcEnabler.java101 public void run() {
112 public void run() {
119 public void run() {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DQueryTask.java39 * @param query Query to run.
61 public void run() { method in class:QueryTask
67 public void run() {
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockPatternExample.java36 public void run() {
89 animation.run();
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DMiscService.java49 @Override public void run() {
72 @Override public void run() {
H A DProviderPerfActivity.java107 public void run() {
113 public void run() {
119 public void run() {
125 public void run() {
131 public void run() {
137 public void run() {
143 public void run() {
149 public void run() {
156 public void run() {
162 public void run() {
[all...]
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DHudLayer.java75 public void run() {
88 public void run() {
95 public void run() {
102 public void run() {
113 public void run() {
145 public void run() {
151 public void run() {
159 public void run() {
169 public void run() {
184 public void run() {
[all...]
/packages/apps/Mms/tests/src/com/android/mms/ui/
H A DMultiPartSmsTests.java35 * To run just this test:
114 public void run() {
133 public void run() {
/packages/apps/Camera/src/com/android/camera/
H A DShutterButton.java94 public void run() {
/packages/apps/Camera/src/com/android/camera/ui/
H A DCamcorderHeadUpDisplay.java57 public void run() {
/packages/apps/Contacts/src/com/android/contacts/
H A DProgressShower.java43 public void run() { method in class:ProgressShower.ShowProgressRunnable

Completed in 410 milliseconds

12345678910