Searched refs:onPostCreate (Results 1 – 7 of 7) sorted by relevance
36 protected void onPostCreate(@Nullable Bundle savedInstanceState) { in onPostCreate() method in SplitScreenActivity37 super.onPostCreate(savedInstanceState); in onPostCreate()
83 protected void onPostCreate(Bundle icicle) { in onPostCreate() method in TabActivity84 super.onPostCreate(icicle); in onPostCreate()
1595 activity.onPostCreate(savedInstanceState); in callActivityOnPostCreate()1610 activity.onPostCreate(savedInstanceState, persistentState); in callActivityOnPostCreate()
2099 protected void onPostCreate(@Nullable Bundle savedInstanceState) { in onPostCreate() method in Activity2124 public void onPostCreate(@Nullable Bundle savedInstanceState, in onPostCreate() method in Activity2126 onPostCreate(savedInstanceState); in onPostCreate()
3379 method protected void onPostCreate(android.os.Bundle);3380 method public void onPostCreate(android.os.Bundle, android.os.PersistableBundle);
4608 method @CallSuper protected void onPostCreate(@Nullable android.os.Bundle);4609 …method public void onPostCreate(@Nullable android.os.Bundle, @Nullable android.os.PersistableBundl…
634 HSPLandroid/app/Activity;->onPostCreate(Landroid/os/Bundle;)V