Searched defs:onPostCreate (Results 1 - 2 of 2) 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 DActivity.java867 * @see #onPostCreate
915 * {@link #onPostCreate}.
920 * @see #onPostCreate
997 protected void onPostCreate(Bundle savedInstanceState) { method in class:Activity

Completed in 47 milliseconds