Searched refs:onPostCreate (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DTabActivity.java100 protected void onPostCreate(Bundle icicle) { method in class:TabActivity
101 super.onPostCreate(icicle);
H A DInstrumentation.java1104 * Perform calling of an activity's {@link Activity#onPostCreate} method.
1109 * onPostCreate().
1112 activity.onPostCreate(icicle);
H A DActivity.java853 * @see #onPostCreate
893 * {@link #onPostCreate}.
898 * @see #onPostCreate
975 protected void onPostCreate(Bundle savedInstanceState) { method in class:Activity

Completed in 385 milliseconds