Home | History | Annotate | Download | only in app

Lines Matching refs:onRestart

241  *     protected void onRestart();
279 * <th colspan="2" align="left" border="0">{@link android.app.Activity#onRestart onRestart()}</th>
325 * <p>Followed by either <code>onRestart()</code> if
329 * <td align="center"><code>onRestart()</code> or<br>
1021 * Called after {@link #onCreate} &mdash; or after {@link #onRestart} when
1070 protected void onRestart() {
1075 * Called after {@link #onRestoreInstanceState}, {@link #onRestart}, or
1090 * @see #onRestart
1369 * receive either {@link #onRestart}, {@link #onDestroy}, or nothing,
1380 * @see #onRestart
5307 " did not call through to super.onRestart()");