Searched refs:mTask (Results 1 - 9 of 9) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DAlarmService_Service.java55 Thread thr = new Thread(null, mTask, "AlarmService_Service");
71 Runnable mTask = new Runnable() { field in class:AlarmService_Service
H A DNotifyingService.java54 Thread notifyingThread = new Thread(null, mTask, "NotifyingService");
67 private Runnable mTask = new Runnable() { field in class:NotifyingService
/development/apps/GestureBuilder/src/com/android/gesture/builder/
H A DGestureBuilderActivity.java81 private GesturesLoadTask mTask; field in class:GestureBuilderActivity
135 if (mTask != null && mTask.getStatus() != GesturesLoadTask.Status.FINISHED) {
136 mTask.cancel(true);
138 mTask = (GesturesLoadTask) new GesturesLoadTask().execute();
145 if (mTask != null && mTask.getStatus() != GesturesLoadTask.Status.FINISHED) {
146 mTask.cancel(true);
147 mTask = null;
/development/apps/Development/src/com/android/development/
H A DPackageSummary.java56 private TextView mTask; field in class:PackageSummary
81 mTask = (TextView)findViewById(R.id.task);
133 mTask.setText("\"" + info.applicationInfo.taskAffinity + "\"");
135 mTask.setText("(No Task Affinity)");
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 64 milliseconds