Lines Matching refs:same
30 execution. By default, all components of the same application run in the same process and thread
33 started within that process and uses the same thread of execution. However, you can arrange for
42 <p>By default, all components of the same application run in the same process and most applications
54 {@code android:process} so that components of different applications run in the same
55 process—provided that the applications share the same Linux user ID and are signed with the
56 same certificates.</p>
186 regardless of what happens to the activity. This is the same reason that broadcast receivers should
202 components that run in the same process are instantiated in the UI thread, and system calls to
374 method implemented in an {@link android.os.IBinder} originates in the same process in which the
377 a pool of threads that the system maintains in the same process as the {@link android.os.IBinder
383 the same {@link android.os.IBinder IBinder} method at the same time. {@link android.os.IBinder
395 same time, they too must be implemented to be thread-safe. </p>