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

1234567891011>>

/packages/apps/Email/src/com/android/email/
H A DControllerResultUiThreadWrapper.java31 * parameter, which allows unit tests to run synchronously.
52 private void run(Runnable runnable) { method in class:ControllerResultUiThreadWrapper
54 runnable.run();
63 run(new Runnable() {
64 public void run() {
79 run(new Runnable() {
80 public void run() {
90 run(new Runnable() {
91 public void run() {
101 run(ne
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DPriorityThreadFactory.java43 public void run() {
45 super.run();
H A DAsyncDataSetObservable.java30 public void run() {
36 public void run() {
42 * @param handler Handler to run callbacks on.
H A DSQLiteAsyncQuery.java39 public void run(SQLiteDatabase db, Consumer<A> consumer) { method in class:SQLiteAsyncQuery
H A DSQLiteTransaction.java38 public void run(SQLiteDatabase db) { method in class:SQLiteTransaction
/packages/apps/Email/tests/src/com/android/email/
H A DSingleRunningTaskTest.java29 // # of times the task has actually run.
82 e.run(null);
83 e.run(null);
84 e.run(null);
98 // The call will be blocked, so run it on another thread.
101 public void run() {
102 e.run(null);
117 e.run(null);
133 e.run(null);
145 e.run(nul
[all...]
H A DTestUtils.java67 runnable.run();
80 @Override public void run() {
90 @Override public void run() {
100 @Override public void run() {
140 @Override public void run() {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DAccountServiceProxy.java51 public void run() throws RemoteException {
61 public void run() throws RemoteException {
72 public void run() throws RemoteException {
84 public void run() throws RemoteException{
101 public void run() throws RemoteException{
118 public void run() throws RemoteException{
H A DEmailServiceProxy.java144 public void run() throws RemoteException {
174 public void run() throws RemoteException {
193 public void run() throws RemoteException {
214 public void run() throws RemoteException{
247 public void run() throws RemoteException{
273 public void run() throws RemoteException {
290 public void run() throws RemoteException {
307 public void run() throws RemoteException {
324 public void run() throws RemoteException {
341 public void run() throw
[all...]
H A DServiceProxy.java78 public void run() {
95 public void run() throws RemoteException; method in interface:ServiceProxy.ProxyTask
100 public void run() { method in class:ServiceProxy.ProxyRunnable
102 mTask.run();
192 public void run() throws RemoteException {
H A DPolicyServiceProxy.java54 public void run() throws RemoteException {
73 public void run() throws RemoteException {
83 public void run() throws RemoteException {
92 public void run() throws RemoteException {
/packages/apps/Contacts/src/com/android/contacts/util/
H A DSchedulingUtils.java27 /** Runs a piece of code after the next layout run */
34 runnable.run();
46 runnable.run();
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
H A DPriorityThreadFactory.java42 public void run() {
44 super.run();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DClustering.java22 public abstract void run(MediaSet baseSet); method in class:Clustering
/packages/inputmethods/LatinIME/tools/dicttool/src/android/inputmethod/latin/dicttool/
H A DInfo.java29 public void run() { method in class:Info
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
H A DDelayedOperationsTests.java39 @Override public void run() {
45 @Override public void run() {
73 @Override public void run() {
80 @Override public void run() {
106 @Override public void run() {
112 @Override public void run() {
158 r.run();
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
H A DRealDataTest.java48 new TestLocalImage().run();
49 new TestLocalVideo().run();
50 new TestPicasa().run();
54 public void run() { method in class:RealDataTest.TestLocalImage
63 public void run() { method in class:RealDataTest.TestLocalVideo
72 public void run() { method in class:RealDataTest.TestPicasa
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailProviderTest.java152 public void run() {
159 public void run() {
166 public void run() {
173 public void run() {
194 public void run() {
217 public void run() {
223 public void run() {
285 public void run() {
291 public void run() {
304 public void run() {
[all...]
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasTest.java55 new ClearBufferTest().run();
59 void run() { method in class:GLCanvasTest.ClearBufferTest
70 new SetColorTest().run();
76 void run() { method in class:GLCanvasTest.SetColorTest
144 new AlphaTest().run();
148 void run() { method in class:GLCanvasTest.AlphaTest
163 new DrawLineTest().run();
190 void run() { method in class:GLCanvasTest.DrawLineTest
207 new FillRectTest().run();
234 void run() { method in class:GLCanvasTest.FillRectTest
296 void run() { method in class:GLCanvasTest.TransformTest
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DAsyncDialog.java47 * @param postExecuteTask an optional runnable to run on the UI thread when the background
60 public void run() {
129 params[i].run();
158 mPostExecuteTask.run();
/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColors.java81 public void run() {
98 public void run() {
112 public void run() {
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java65 mRunner.run(animators, new AnimatorListenerAdapter() {
73 // Remove our target view (if parent is null, we were run several times by quick
92 public void run() {
116 mRunner.run(animators);
129 public void run() {
146 mRunner.run(animators);
169 mRunner.run(animators, new AnimatorListenerAdapter() {
244 public void run(List<Animator> animators) { method in class:EditorAnimator.AnimatorRunner
245 run(animators, null);
248 public void run(Lis method in class:EditorAnimator.AnimatorRunner
[all...]
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DProcessorBase.java27 * This instance starts itself with {@link #run()} method, and can be cancelled with
43 public abstract void run(); method in class:ProcessorBase
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCheckLongPressHelper.java27 public void run() { method in class:CheckLongPressHelper.CheckForLongPress
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
50 r.run();
69 public void run() { method in class:DeferredHandler.IdleRunnable
70 mRunnable.run();
77 /** Schedule runnable to run after everything that's on the queue right now. */
90 /** Schedule runnable to run when the queue goes idle. */
130 p.first.run();

Completed in 433 milliseconds

1234567891011>>