Searched refs:onPostCreate (Results 1 – 4 of 4) sorted by relevance
60 protected void onPostCreate(Bundle icicle) { in onPostCreate() method in MockTabActivity61 super.onPostCreate(icicle); in onPostCreate()
114 protected void onPostCreate(Bundle savedInstanceState) { in onPostCreate() method in InstrumentationTestActivity115 super.onPostCreate(savedInstanceState); in onPostCreate()268 public void setOnPostCreate(boolean onPostCreate) { in setOnPostCreate() argument269 mOnPostCreate = onPostCreate; in setOnPostCreate()
43 protected void onPostCreate(Bundle savedInstanceState) { in onPostCreate() method in CallbackTrackingActivity44 super.onPostCreate(savedInstanceState); in onPostCreate()
4536 method @CallSuper protected void onPostCreate(@Nullable android.os.Bundle);4537 …method public void onPostCreate(@Nullable android.os.Bundle, @Nullable android.os.PersistableBundl…