Home
last modified time | relevance | path

Searched refs:onPostCreate (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DTabActivity.java83 protected void onPostCreate(Bundle icicle) { in onPostCreate() method in TabActivity
84 super.onPostCreate(icicle); in onPostCreate()
DInstrumentation.java1380 activity.onPostCreate(savedInstanceState); in callActivityOnPostCreate()
1395 activity.onPostCreate(savedInstanceState, persistentState); in callActivityOnPostCreate()
DActivity.java1671 protected void onPostCreate(@Nullable Bundle savedInstanceState) { in onPostCreate() method in Activity
1693 public void onPostCreate(@Nullable Bundle savedInstanceState, in onPostCreate() method in Activity
1695 onPostCreate(savedInstanceState); in onPostCreate()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3379 method protected void onPostCreate(android.os.Bundle);
3380 method public void onPostCreate(android.os.Bundle, android.os.PersistableBundle);
/frameworks/base/non-updatable-api/
Dcurrent.txt3786 method @CallSuper protected void onPostCreate(@Nullable android.os.Bundle);
3787 …method public void onPostCreate(@Nullable android.os.Bundle, @Nullable android.os.PersistableBundl…
/frameworks/base/api/
Dcurrent.txt3786 method @CallSuper protected void onPostCreate(@Nullable android.os.Bundle);
3787 …method public void onPostCreate(@Nullable android.os.Bundle, @Nullable android.os.PersistableBundl…
/frameworks/base/config/
Dboot-image-profile.txt513 HSPLandroid/app/Activity;->onPostCreate(Landroid/os/Bundle;)V