Home | History | Annotate | Download | only in components

Lines Matching full:ondestroy

422     protected void {@link android.app.Activity#onDestroy onDestroy()} {
423 super.onDestroy();
438 android.app.Activity#onDestroy}. Your activity should perform setup of
440 release all remaining resources in {@link android.app.Activity#onDestroy}. For example, if your
443 android.app.Activity#onDestroy}.</li>
558 {@code onDestroy()} if this activity is going away.</p></td>
560 <td align="center">{@code onRestart()} <br/>or<br/> {@code onDestroy()}</td>
564 <td colspan="3" align="left"><code>{@link android.app.Activity#onDestroy
565 onDestroy()}</code></td>
583 onPause()}, {@link android.app.Activity#onStop onStop()}, and {@link android.app.Activity#onDestroy
584 onDestroy()}). Because {@link android.app.Activity#onPause onPause()} is the first
588 android.app.Activity#onStop onStop()} and {@link android.app.Activity#onDestroy onDestroy()} might
718 (the system calls {@link android.app.Activity#onDestroy}, then immediately calls {@link