Searched defs:run (Results 1 - 25 of 176) sorted by path

12345678

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java405 public void run() { method in class:BluetoothOppManager.InsertShareInfoThread
H A DBluetoothOppNotification.java193 public void run() { method in class:BluetoothOppNotification.NotificationUpdateThread
H A DBluetoothOppObexClientSession.java163 public void run() { method in class:BluetoothOppObexClientSession.ClientThread
H A DBluetoothOppService.java163 public void run() {
404 public void run() { method in class:BluetoothOppService.UpdateThread
600 * then run the batch
H A DBluetoothOppTransfer.java65 * This class run an actual Opp transfer session (from connect target device to
476 public void run() {
559 public void run() { method in class:BluetoothOppTransfer.SocketConnectThread
H A DTestActivity.java335 public void run() {
388 public void run() {
465 public void run() { method in class:TestTcpServer
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java73 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
518 * shutdown.When the remote disconnect,this thread shall run again waiting
526 public void run() { method in class:BluetoothPbapService.SocketAcceptThread
/packages/apps/Browser/src/com/android/browser/
H A DAccountsChangedReceiver.java53 public void run() { method in class:AccountsChangedReceiver.DeleteRemovedAccounts
H A DAddBookmarkPage.java757 public void run() { method in class:AddBookmarkPage.SaveBookmarkRunnable
H A DAutofillHandler.java79 public void run() { method in class:AutofillHandler.LoadFromDb
H A DBrowserHistoryPage.java327 public void run() { method in class:BrowserHistoryPage.ClearHistoryTask
H A DController.java295 @Override public void run() {
378 public void run() { method in class:Controller.PruneThumbnails
469 public void run() {
H A DDataController.java142 public void run() { method in class:DataController.DataControllerHandler
H A DDeviceAccountLogin.java83 public void run(AccountManagerFuture<Bundle> value) { method in class:DeviceAccountLogin
H A DFetchUrlMimeType.java66 public void run() { method in class:FetchUrlMimeType
H A DGoogleAccountLogin.java106 public void run() { method in class:GoogleAccountLogin
159 @Override public void run() {
161 // is most likely not necessary as run() is the only non-UI
184 public void run(AccountManagerFuture<Bundle> value) { method in class:GoogleAccountLogin
218 runnable.run();
225 runnable.run();
282 public void run() {
H A DWallpaperHandler.java84 public void run() { method in class:WallpaperHandler
/packages/apps/Browser/src/com/android/browser/homepages/
H A DRequestHandler.java68 public void run() { method in class:RequestHandler
69 super.run();
/packages/apps/Browser/tests/src/com/android/browser/
H A DPopularUrlsTest.java128 public void run() {
306 public void run() {
481 public void run() {
548 public void run() {
571 public void run() { method in class:PopularUrlsTest.WebViewUrlGetter
/packages/apps/Calendar/src/com/android/calendar/
H A DContactsAsyncHelper.java191 AttendeeItem item, Runnable run, Uri photoUri) {
207 args.callback = run;
246 args.callback.run();
190 retrieveContactPhotoAsync(Context context, AttendeeItem item, Runnable run, Uri photoUri) argument
H A DDayView.java201 public void run() {
213 public void run() {
223 public void run() {
1996 public void run() {
2009 mTZUpdater.run();
2034 public void run() {
4764 public void run() { method in class:DayView.ContinueScroll
4866 public void run() { method in class:DayView.DismissPopup
4876 public void run() { method in class:DayView.UpdateCurrentTime
H A DEventLoader.java181 public void run() { method in class:EventLoader.LoaderThread
232 * Posts uiCallback to the {@link Handler} for this view, which will run in the UI thread.
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DQuickResponseActivity.java105 public void run() { method in class:QuickResponseActivity.QueryThread
115 public void run() {
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java183 mOnDone.run();
663 mOnDone.run();
666 mOnDone.run();
672 mOnDone.run();
675 mOnDone.run();
679 mOnDone.run();
790 public void run() { method in class:EditEventFragment.Done
911 mOnDone.run();
971 mOnDone.run();
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java127 public void run() {
310 mTodayUpdater.run();
599 public void run() { method in class:SimpleDayPickerFragment.ScrollStateRunnable

Completed in 206 milliseconds

12345678