/packages/apps/Email/src/com/android/email/ |
D | ControllerResultUiThreadWrapper.java | 52 private void run(Runnable runnable) { in run() method in ControllerResultUiThreadWrapper 54 runnable.run(); in run() 63 run(new Runnable() { in loadAttachmentCallback() 64 public void run() { in loadAttachmentCallback() 79 run(new Runnable() { in loadMessageForViewCallback() 80 public void run() { in loadMessageForViewCallback() 90 run(new Runnable() { in sendMailCallback() 91 public void run() { in sendMailCallback() 101 run(new Runnable() { in serviceCheckMailCallback() 102 public void run() { in serviceCheckMailCallback() [all …]
|
/packages/apps/Email/tests/src/com/android/email/ |
D | SingleRunningTaskTest.java | 82 e.run(null); in testSequential() 83 e.run(null); in testSequential() 84 e.run(null); in testSequential() 101 public void run() { in testParallel() 102 e.run(null); in testParallel() 117 e.run(null); in testParallel() 133 e.run(null); in testParallel() 145 e.run(null); in testException()
|
D | TestUtils.java | 67 runnable.run(); in expectThrowable() 80 @Override public void run() { in testExpectThrowable() 90 @Override public void run() { in testExpectThrowable() 100 @Override public void run() { in testExpectThrowable() 140 @Override public void run() { in testWaitUntil()
|
D | ThrottleTest.java | 146 public void run() { 158 msg.getCallback().run(); 183 task.run(); 202 e.mTask.run();
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
D | EmailServiceProxy.java | 144 public void run() throws RemoteException { in loadAttachment() 174 public void run() throws RemoteException { in startSync() 193 public void run() throws RemoteException { in stopSync() 214 public void run() throws RemoteException{ in validate() 247 public void run() throws RemoteException{ in autoDiscover() 273 public void run() throws RemoteException { in updateFolderList() 290 public void run() throws RemoteException { in setLogging() 307 public void run() throws RemoteException { in setCallback() 324 public void run() throws RemoteException { in hostChanged() 341 public void run() throws RemoteException { in sendMeetingResponse() [all …]
|
D | AccountServiceProxy.java | 51 public void run() throws RemoteException { in notifyLoginFailed() 61 public void run() throws RemoteException { in notifyLoginSucceeded() 72 public void run() throws RemoteException { in reconcileAccounts() 84 public void run() throws RemoteException{ in getAccountColor() 101 public void run() throws RemoteException{ in getConfigurationData() 118 public void run() throws RemoteException{ in getDeviceId()
|
D | ServiceProxy.java | 78 public void run() { in onServiceConnected() 95 public void run() throws RemoteException; in run() method 100 public void run() { in run() method in ServiceProxy.ProxyRunnable 102 mTask.run(); in run() 192 public void run() throws RemoteException { in test()
|
D | PolicyServiceProxy.java | 54 public void run() throws RemoteException { in isActive() 73 public void run() throws RemoteException { in setAccountPolicy() 83 public void run() throws RemoteException { in remoteWipe() 92 public void run() throws RemoteException { in setAccountHoldFlag()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 152 public void run() { in testMustUsePackageUriWithoutFullPermission() 159 public void run() { in testMustUsePackageUriWithoutFullPermission() 166 public void run() { in testMustUsePackageUriWithoutFullPermission() 173 public void run() { in testMustUsePackageUriWithoutFullPermission() 194 public void run() { in testPermissions_InsertAndQuery() 217 public void run() { in testPermissions_UpdateAndDelete() 223 public void run() { in testPermissions_UpdateAndDelete() 285 public void run() { in checkHasNoReadAccessToUri() 291 public void run() { in checkHasNoReadAccessToUri() 304 public void run() { in checkHasNoWriteAccessToUri() [all …]
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
D | DelayedOperationsTests.java | 39 @Override public void run() { in testEnueue() 45 @Override public void run() { in testEnueue() 73 @Override public void run() { in testCancel() 80 @Override public void run() { in testCancel() 106 @Override public void run() { in testCancelAll() 112 @Override public void run() { in testCancelAll() 158 r.run(); in runQueuedOperations()
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
D | GLCanvasTest.java | 55 new ClearBufferTest().run(); in testClearBuffer() 59 void run() { in run() method in GLCanvasTest.ClearBufferTest 70 new SetColorTest().run(); in testSetColor() 76 void run() { in run() method in GLCanvasTest.SetColorTest 144 new AlphaTest().run(); in testAlpha() 148 void run() { in run() method in GLCanvasTest.AlphaTest 163 new DrawLineTest().run(); in testDrawLine() 190 void run() { in run() method in GLCanvasTest.DrawLineTest 207 new FillRectTest().run(); in testFillRect() 234 void run() { in run() method in GLCanvasTest.FillRectTest [all …]
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
D | MessageComposeTests.java | 211 public void run() { in testProcessSourceMessageReply() 223 public void run() { in testProcessSourceMessageReply() 255 public void run() { in testRepliesWithREplyToFields() 267 public void run() { in testRepliesWithREplyToFields() 278 public void run() { in testRepliesWithREplyToFields() 298 public void run() { in testProcessSourceMessageReplyWithSignature() 310 public void run() { in testProcessSourceMessageReplyWithSignature() 329 public void run() { in testProcessSourceMessageForwardWithSignature() 351 public void run() { in testProcessSourceMessageReplyUtf16() 363 public void run() { in testProcessSourceMessageReplyUtf16() [all …]
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/ |
D | RealDataTest.java | 48 new TestLocalImage().run(); in testRealData() 49 new TestLocalVideo().run(); in testRealData() 50 new TestPicasa().run(); in testRealData() 54 public void run() { in run() method in RealDataTest.TestLocalImage 63 public void run() { in run() method in RealDataTest.TestLocalVideo 72 public void run() { in run() method in RealDataTest.TestPicasa
|
D | LocalDataTest.java | 42 new TestZeroImage().run(); in testLocalAlbum() 43 new TestOneImage().run(); in testLocalAlbum() 44 new TestMoreImages().run(); in testLocalAlbum() 45 new TestZeroVideo().run(); in testLocalAlbum() 46 new TestOneVideo().run(); in testLocalAlbum() 47 new TestMoreVideos().run(); in testLocalAlbum() 48 new TestDeleteOneImage().run(); in testLocalAlbum() 49 new TestDeleteOneAlbum().run(); in testLocalAlbum() 61 public void run() throws Exception { in run() method in LocalDataTest.TestLocalAlbumBase
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | EditorAnimator.java | 65 mRunner.run(animators, new AnimatorListenerAdapter() { in removeEditorView() 92 public void run() { in expandOrganization() 116 mRunner.run(animators); in expandOrganization() 129 public void run() { in showAddFieldFooter() 146 mRunner.run(animators); in showAddFieldFooter() 169 mRunner.run(animators, new AnimatorListenerAdapter() { in hideAddFieldFooter() 244 public void run(List<Animator> animators) { in run() method in EditorAnimator.AnimatorRunner 245 run(animators, null); in run() 248 public void run(List<Animator> animators, AnimatorListener listener) { in run() method in EditorAnimator.AnimatorRunner
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
D | ProviderPerfActivity.java | 106 public void run() { in onCreate() 112 public void run() { in onCreate() 118 public void run() { in onCreate() 124 public void run() { in onCreate() 130 public void run() { in onCreate() 136 public void run() { in onCreate() 142 public void run() { in onCreate() 148 public void run() { in onCreate() 155 public void run() { in onCreate() 161 public void run() { in onCreate() [all …]
|
/packages/apps/Gallery/src/com/android/camera/ |
D | MenuHelper.java | 111 public void run(MenuCallback r); in run() method 115 public void run(Uri uri, IImage image); in run() method 263 onInvoke.run(new MenuCallback() { in onShowMapClicked() 264 public void run(Uri u, IImage image) { in onShowMapClicked() 281 public void run() { in onShowMapClicked() 369 onInvoke.run(new MenuCallback() { in onDetailsClicked() 370 public void run(Uri u, IImage image) { in onDetailsClicked() 459 public void run() { in onDetailsClicked() 475 onInvoke.run(new MenuCallback() { in onRotateClicked() 476 public void run(Uri u, IImage image) { in onRotateClicked() [all …]
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DeferredHandler.java | 50 r.run(); in handleMessage() 69 public void run() { in run() method in DeferredHandler.IdleRunnable 70 mRunnable.run(); in run() 130 p.first.run(); in flush()
|
/packages/apps/Nfc/tests/src/com/android/nfc/snep/ |
D | SnepBasicTests.java | 46 public void run() { in testGetSmallNdef() method 77 public void run() { in testGetLargeNdef() method 108 public void run() { in testGetExcessiveNdef() method 139 public void run() { in testPutSmallNdef() method 170 public void run() { in testPutLargeNdef() method 201 public void run() { in testUnsupportedVersion() method 235 public void run() { in testDifferentMinorVersion() method
|
/packages/apps/Browser/src/com/android/browser/ |
D | GoogleAccountLogin.java | 106 public void run() { in run() method in GoogleAccountLogin 159 @Override public void run() { in run() 184 public void run(AccountManagerFuture<Bundle> value) { in run() method in GoogleAccountLogin 218 runnable.run(); in startLoginIfNeeded() 225 runnable.run(); in startLoginIfNeeded() 282 public void run() { in done()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | AsyncDialog.java | 60 public void run() { 129 params[i].run(); in doInBackground() 158 mPostExecuteTask.run(); in onPostExecute()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | PriorityThreadFactory.java | 43 public void run() { in newThread() 45 super.run(); in newThread()
|
D | AsyncDataSetObservable.java | 30 public void run() { 36 public void run() {
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | Colors.java | 81 public void run() { in onSurfaceTextureAvailable() 98 public void run() { in onSurfaceTextureSizeChanged() 112 public void run() { in onSurfaceTextureDestroyed()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/ |
D | PriorityThreadFactory.java | 42 public void run() { in newThread() 44 super.run(); in newThread()
|