Searched refs:work (Results 1 – 25 of 460) sorted by relevance
12345678910>>...19
75 combined work, a derivative of the original library. The ordinary111 "work based on the library" and a "work that uses the library". The128 The "Library", below, refers to any such software library or work129 which has been distributed under these terms. A "work based on the130 Library" means either the Library or any derivative work under131 copyright law: that is to say, a work containing the Library or a136 "Source code" for a work means the preferred form of the work for145 such a program is covered only if its contents constitute a work based163 of it, thus forming a work based on the Library, and copy and164 distribute such modifications or work under the terms of Section 1[all …]
79 ActivityWork work; in write_work() local80 work.cmd = cmd; in write_work()81 work.arg1 = arg1; in write_work()82 work.arg2 = arg2; in write_work()89 int res = write(fd, &work, sizeof(work)); in write_work()94 if (res == sizeof(work)) return; in write_work()211 ActivityWork work; in mainWorkCallback() local212 if (!read_work(code->mainWorkRead, &work)) { in mainWorkCallback()217 ALOGD("mainWorkCallback: cmd=%d", work.cmd); in mainWorkCallback()220 switch (work.cmd) { in mainWorkCallback()[all …]
2 meta.tags="work, enterprise, corporate"3 page.tags="work", "enterprise", "corporate"24 <a href="http://www.google.com/work/android">Android for Work</a> program, which offers a suite45 data-query="collection:training/work/apps"61 data-query="collection:training/work/admin"
37 To create a work request and send it to an {@link android.app.IntentService}, create an38 explicit {@link android.content.Intent}, add work request data to it, and send it to69 Notice that you can send the work request from anywhere in an Activity or Fragment.75 the {@link android.app.IntentService} does the work defined in its79 The next step is to report the results of the work request back to the originating Activity
45 This class describes how to implement an {@link android.app.IntentService}, send it work60 Learn how to send work requests to an {@link android.app.IntentService}.68 work request from an {@link android.app.IntentService} to the
55 work(); in run()89 public abstract void work(); in work() method in RankingReconsideration
31 and keep it awake to complete some work.</p>110 <p>If you need to keep the CPU running in order to complete some work before the device goes123 that needs to grab a wake lock to keep the CPU running to do work while the screen is off.132 work, you can manage your wake lock through a159 passes off the work to a {@link android.app.Service}163 the work to a service, you are effectively allowing the device to go back to sleep before164 the work completes. The net result is that the app might not finish doing the work until210 // Do the work that requires your app to keep the CPU running.
55 <strong>you should not perform the work on the UI thread</strong>, but instead create a56 worker thread and do most of the work there. This keeps the UI thread (which drives the user85 <p>Therefore, any method that runs in the UI thread should do as little work97 {@link android.os.AsyncTask#doInBackground doInBackground()} method to perform the work.106 // Do the long-running work in here159 small, discrete amounts of work in the background such183 <li>If your application is doing work in the background in response to
34 you add the task to the pool's work queue. When a thread becomes available, the40 task starts, but then discovers that its work isn't necessary. Rather than wasting processor50 ThreadPoolExecutor.execute()}. This call adds the task to the thread pool's work queue. When an104 * thread pool work queue
101 are producing the work. There are several typical ways in which this 106 If your online work <em>exactly reproduces</em> text or images from this111 Portions of this page are reproduced from work created and <a124 If your online work shows <em>modified</em> text or images based on129 Portions of this page are modifications based on work created and <a
70 and kernel work queues, require that you have root access to the device. However, most Systrace log183 <p>Clicking on one such frame highlights it, focusing only on the work done by the system for that184 frame. On devices running Android 5.0 (API level 21) or higher, this work is split between the UI185 Thread and RenderThread. On prior versions, all work in creating a frame is done on the UI203 the case above, it calls out that the primary problem with the frame is too much work being done208 <p>If you see too much work being done on the UI thread, as in this case with this209 {@link android.widget.ListView} work, you can232 technique can help you see what work your application's threads are doing at any given time. Tracing286 providing information about several important stages of work it executes.</p>
11 to apps as well as the system at large. As you work with Android,31 time, they should intuitively grasp the most important features. The design work doesn't stop at the
36 * a: Allocation to work on.49 * a: Allocation to work on.
14 The Android platform enables you to extend your app to work with in-vehicle console systems21 Apps that work with Android Auto consoles run on a connected device, such as a phone or
48 "Work" shall mean the work of authorship, whether in Source or50 copyright notice that is included in or attached to the work53 "Derivative Works" shall mean any work, whether in Source or Object56 represent, as a whole, an original work of authorship. For the purposes61 "Contribution" shall mean any work of authorship, including174 work stoppage, computer failure or malfunction, or any and all