Searched refs:onPostCreate (Results 1 – 7 of 7) sorted by relevance
83 protected void onPostCreate(Bundle icicle) { in onPostCreate() method in TabActivity84 super.onPostCreate(icicle); in onPostCreate()
1380 activity.onPostCreate(savedInstanceState); in callActivityOnPostCreate()1395 activity.onPostCreate(savedInstanceState, persistentState); in callActivityOnPostCreate()
1671 protected void onPostCreate(@Nullable Bundle savedInstanceState) { in onPostCreate() method in Activity1693 public void onPostCreate(@Nullable Bundle savedInstanceState, in onPostCreate() method in Activity1695 onPostCreate(savedInstanceState); in onPostCreate()
3379 method protected void onPostCreate(android.os.Bundle);3380 method public void onPostCreate(android.os.Bundle, android.os.PersistableBundle);
3786 method @CallSuper protected void onPostCreate(@Nullable android.os.Bundle);3787 …method public void onPostCreate(@Nullable android.os.Bundle, @Nullable android.os.PersistableBundl…
513 HSPLandroid/app/Activity;->onPostCreate(Landroid/os/Bundle;)V