Lines Matching full:main
46 the action <code>android.intent.action.MAIN</code> and
123 <p>The main way you control how activities interact with tasks is through
143 support the MAIN action and LAUNCHER category).</p>
194 and not something the user is normally aware of. Their main uses are simply:</p>
224 instances are made only from the main thread of the process they are running in.</p>
229 same process unless otherwise specified), in the main thread of that process.
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.)
250 <li><p>Calls to the main methods of {@link android.content.ContentProvider}
251 are dispatched from the calling thread or main thread as with IBinder. The
258 thread that the view's window is running in. Normally this will be the main