Lines Matching full:calling
275 look at the initial intent that caused it to be launched by calling its
287 calling activity's <code>{@link android.app.Activity#onActivityResult
301 establish an ongoing connection between the calling component and a
325 broadcast receivers by calling their <code>{@link
355 <li>An activity can be shut down by calling its
358 calling <code>{@link android.app.Activity#finishActivity finishActivity()}</code>.</li>
360 <li>A service can be stopped by calling its
361 <code>{@link android.app.Service#stopSelf stopSelf()}</code> method, or by calling
428 and registered with the system by calling
761 calling <code>{@link android.app.Activity#getIntent getIntent()}</code>.)
1155 by asking it to finish (calling its {@link android.app.Activity#finish finish()}
1184 <h2>Calling into the superclass</h2>
1406 calling it when the instance is actually being destroyed by a user action
1451 it stops itself. In this mode, it's started by calling
1453 and stopped by calling
1455 It can stop itself by calling
1464 established by calling
1466 and is closed by calling
1477 service could be started by calling {@code startService()} with an Intent
1481 establish a connection to the service by calling {@code bindService()}.