Searched refs:onPostCreate (Results 1 – 9 of 9) 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()
1600 activity.onPostCreate(savedInstanceState); in callActivityOnPostCreate()1615 activity.onPostCreate(savedInstanceState, persistentState); in callActivityOnPostCreate()
2055 protected void onPostCreate(@Nullable Bundle savedInstanceState) { in onPostCreate() method in Activity2080 public void onPostCreate(@Nullable Bundle savedInstanceState, in onPostCreate() method in Activity2082 onPostCreate(savedInstanceState); in onPostCreate()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
3379 method protected void onPostCreate(android.os.Bundle);3380 method public void onPostCreate(android.os.Bundle, android.os.PersistableBundle);
4536 method @CallSuper protected void onPostCreate(@Nullable android.os.Bundle);4537 …method public void onPostCreate(@Nullable android.os.Bundle, @Nullable android.os.PersistableBundl…
623 HSPLandroid/app/Activity;->onPostCreate(Landroid/os/Bundle;)V