Lines Matching refs:from
48 be one task created for your .apk, and any activities you start from there
51 <p>A task, then, from the user's perspective your application; and from the
65 from the user's perspective, a new application starts at this point. If this
68 to navigate from home back to where they are and launch the same Intent as a
69 new task. Otherwise, if the user presses HOME instead of BACK from the task
93 NEW_TASK flag, in particular launching activities from status bar notifications
113 activity of an application that can be launched from outside of it, you may
224 instances are made only from the main thread of the process they are running in.</p>
241 an IBinder are dispatched from the thread calling them or a thread pool in the
242 local process if coming from another process, <em>not</em>
243 from the main thread of their process. In particular, calls on to the IBinder
245 calls to methods on Service itself are done from the main thread.)
247 written in a thread-safe way, since they can be called from any number of
251 are dispatched from the calling thread or main thread as with IBinder. The
254 written in a thread-safe way, since they can be called from any number of
257 <li><p>Calls on {@link android.view.View} and its subclasses are made from the
259 thread of the process, however if you create a thread and show a window from
260 there then the window's view hierarchy will be called from that thread.</p></li>