Home
last modified time | relevance | path

Searched refs:mTask (Results 1 – 15 of 15) sorted by relevance

/development/apps/GestureBuilder/src/com/android/gesture/builder/
DGestureBuilderActivity.java81 private GesturesLoadTask mTask; field in GestureBuilderActivity
135 if (mTask != null && mTask.getStatus() != GesturesLoadTask.Status.FINISHED) { in loadGestures()
136 mTask.cancel(true); in loadGestures()
138 mTask = (GesturesLoadTask) new GesturesLoadTask().execute(); in loadGestures()
145 if (mTask != null && mTask.getStatus() != GesturesLoadTask.Status.FINISHED) { in onDestroy()
146 mTask.cancel(true); in onDestroy()
147 mTask = null; in onDestroy()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DAlarmService_Service.java55 Thread thr = new Thread(null, mTask, "AlarmService_Service"); in onCreate()
71 Runnable mTask = new Runnable() { field in AlarmService_Service
DNotifyingService.java54 Thread notifyingThread = new Thread(null, mTask, "NotifyingService"); in onCreate()
67 private Runnable mTask = new Runnable() { field in NotifyingService
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DAsyncTask.java670 result.mTask.finish(result.mData[0]); in handleMessage()
673 result.mTask.onProgressUpdate(result.mData); in handleMessage()
685 final AsyncTask mTask; field in AsyncTask.AsyncTaskResult
689 mTask = task; in AsyncTaskResult()
/development/apps/Development/src/com/android/development/
DPackageSummary.java54 private TextView mTask; field in PackageSummary
79 mTask = (TextView)findViewById(R.id.task); in onCreate()
131 mTask.setText("\"" + info.applicationInfo.taskAffinity + "\""); in onCreate()
133 mTask.setText("(No Task Affinity)"); in onCreate()
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...