Searched refs:onPostCreate (Results 1 – 8 of 8) 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()
1530 activity.onPostCreate(savedInstanceState); in callActivityOnPostCreate()1545 activity.onPostCreate(savedInstanceState, persistentState); in callActivityOnPostCreate()
1946 protected void onPostCreate(@Nullable Bundle savedInstanceState) { in onPostCreate() method in Activity1971 public void onPostCreate(@Nullable Bundle savedInstanceState, in onPostCreate() method in Activity1973 onPostCreate(savedInstanceState); in onPostCreate()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4449 method @CallSuper protected void onPostCreate(@Nullable android.os.Bundle);4450 …method public void onPostCreate(@Nullable android.os.Bundle, @Nullable android.os.PersistableBundl…
615 HSPLandroid/app/Activity;->onPostCreate(Landroid/os/Bundle;)V