/frameworks/support/v4/java/android/support/v4/content/ |
ContextCompat.java | 36 * to the current task and does not capture navigation across different tasks. 37 * Navigating across tasks and easily reaching the previous task is accomplished 65 * to the current task and does not capture navigation across different tasks. 66 * Navigating across tasks and easily reaching the previous task is accomplished
|
/libcore/luni/src/main/java/java/util/concurrent/ |
RejectedExecutionHandler.java | 10 * A handler for tasks that cannot be executed by a {@link ThreadPoolExecutor}.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
EmptyService.java | 26 * background tasks when needed.
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
EmailAsyncTask.java | 30 * - Bulk cancellation of multiple tasks. This is mainly used by UI to cancel pending tasks 46 * Call {@link #cancellAllInterrupt()} to cancel all tasks registered. 65 * Cancel all registered tasks.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
AsyncDialog.java | 75 * Asynchronously performs tasks specified by Runnables. 76 * Displays a progress spinner while the tasks are running. The progress spinner 77 * will only show if tasks have not finished after a certain amount of time. 122 * Perform the specified Runnable tasks on a background thread
|
/packages/apps/Mms/src/com/android/mms/util/ |
BackgroundLoaderManager.java | 44 * request lots of images around the same time, and AsyncTask may reject tasks 46 * tasks. 56 * URIs for which tasks are currently enqueued. Don't enqueue new tasks for
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionCursorProvider.java | 27 * to execute tasks on the queue for the provider.
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
MockNamedTaskExecutor.java | 48 Assert.assertEquals("Wrong number of pending tasks",
|
SingleThreadNamedTaskExecutorTest.java | 44 // This just checks that the tasks run, and run in the right order
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
Constants.java | 25 * background tasks when needed.
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
EmptyService.java | 25 * background tasks when needed.
|
/frameworks/base/docs/html/training/id-auth/ |
authenticate.jd | 59 read-only access to Google Tasks is <code>View your tasks</code>, while the auth 60 scope for read-write access to Google Tasks is <code>Manage Your 61 Tasks</code>.</li> 66 href="http://code.google.com/apis/tasks/articles/oauth-and-tasks-on-android.html">Getting 67 Started with the Tasks API and OAuth 2.0 on Android</a> explains 68 how to use this system to obtain these values for use with the Google Tasks 110 "Manage your tasks", // Auth scope 231 URL url = new URL("https://www.googleapis.com/tasks/v1/users/@me/lists?key=" + <em>your_api_key</em>) [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
StressTest.java | 128 // run example tasks 132 // close the pool and wait for all tasks to finish. 168 + "tasks for Connection " + i); 202 Logger.global.info(" creating "+tasksPerConnection+ " tasks for Connection "+i); 205 // close the pool and wait for all tasks to finish.
|
/system/core/libcutils/ |
sched_policy.c | 60 // File descriptors open to /dev/cpuctl/../tasks, setup by initialize, or -1 on error. 123 if (!access("/dev/cpuctl/tasks", F_OK)) { 127 filename = "/dev/cpuctl/tasks"; 134 filename = "/dev/cpuctl/apps/tasks"; 140 filename = "/dev/cpuctl/apps/bg_non_interactive/tasks";
|
/libcore/luni/src/test/java/tests/api/java/util/ |
TimerTest.java | 291 TimerTestTask[] tasks = new TimerTestTask[100]; local 296 tasks[i] = new TimerTestTask(); 297 t.schedule(tasks[i], delayTime[j++], 200); 304 tasks[i].cancel(); 421 // Ensure multiple tasks are run 444 "Multiple tasks should have incremented counter 4 times not " 538 // Ensure multiple tasks are run 557 "Multiple tasks should have incremented counter 4 times not " 687 // Ensure multiple tasks are run 706 "Multiple tasks should have incremented counter 24 times not [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 23 href="{@docRoot}guide/components/tasks-and-back-stack.html">Tasks and Back Stack</a>.</p> 60 <li><a href=#applications_activities>Applications, Activities, Activity Stack and Tasks</a> 62 <li><a href=#tour>A Tour of Activities and Tasks 71 <li><a href=#switching_between_tasks>Switching Between Tasks</a></li> 106 It illustrates activities and tasks with examples, and describes some 127 href="{@docRoot}guide/components/tasks-and-back-stack.html">Tasks and Back Stack</a> 132 <h2 id="applications_activities">Applications, Activities, Activity Stack and Tasks</h2> 142 <li>Tasks [all...] |
/external/chromium/base/ |
message_loop.cc | 174 // Clean up any unprocessed tasks, but take care: deleting a task could 175 // result in the addition of more tasks (e.g., via DeleteSoon). We set a 177 // tasks. Normally, we should only pass through this loop once or twice. If 400 // is used to faciliate FIFO sorting when two tasks have the same 408 // We can improve performance of our loading tasks from incoming_queue_ to 431 // We want to delete delayed tasks in the same order in which they would 433 // tasks. 436 // TODO(darin): Delete all tasks once it is safe to do so. 449 // TODO(darin): Delete all tasks once it is safe to do so. 512 // Warning: Don't try to short-circuit, and handle this thread's tasks mor [all...] |
process_linux.cc | 18 "/tmp/cgroup/cpu/chrome_renderers/foreground/tasks"; 20 "/tmp/cgroup/cpu/chrome_renderers/background/tasks";
|
/frameworks/base/docs/html/tools/publishing/ |
preparing.jd | 36 version of your application. The configuration tasks are straightforward, involving basic code 37 cleanup and code modification tasks that help optimize your application. The build process is 39 tasks serve as a final check, ensuring that your application performs as expected under real-world 44 <p>This document summarizes the main tasks you need to perform to prepare your application for 45 release. The tasks that are described in this document apply to all Android applications regardless 52 release criteria for functionality, performance, and stability before you perform the tasks outlined 76 alt="Shows the five tasks you perform to prepare your app for release" 79 <strong>Figure 2.</strong> You perform five main tasks to prepare your application for 84 <p>The signing and optimization tasks are usually seamless if you are building your application with 90 <p>To prepare your application for release you typically perform five main tasks (see figure 2) [all...] |
/development/samples/training/ContactsList/ |
AndroidManifest.xml | 65 all Android versions. See the "Tasks and Back Stack" guide for more information: 66 http://developer.android.com/guide/components/tasks-and-back-stack.html
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
ContactDetailActivity.java | 82 // Level 16). See the "Tasks and Back Stack" guide for more information: 83 // http://developer.android.com/guide/components/tasks-and-back-stack.html
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoManager.java | 97 // A queue of PhotoManager tasks. Tasks are handed to a ThreadPool. 315 * Creates an array of tasks that's the same size as the task work queue 327 * iterates over the array of tasks and interrupts the task's current Thread. 331 // Iterates over the array of tasks 388 * Gets a task from the pool of tasks, returning null if the pool is empty 410 * "Executes" the tasks' download Runnable in order to download the image. If no 434 * Recycles tasks by calling their internal recycle() method and then putting them back into
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
antlr3.runtime.net.common.inc | 58 <property name="nant.tasks.nunit2" 60 unless="${property::exists('nant.tasks.nunit2')}" />
|
/external/chromium/chrome/browser/automation/ |
automation_provider_gtk.cc | 27 // we know that the mouse events (and any tasks that they spawn on the message 119 // Create a nested stack of tasks to run.
|
/external/chromium/chrome/browser/policy/ |
asynchronous_policy_loader.h | 19 // tasks on the file thread that do the heavy lifting of loading policies. 34 // Stops any pending reload tasks.
|