Searched refs:onPostCreate (Results 1 – 2 of 2) sorted by relevance
60 protected void onPostCreate(Bundle icicle) { in onPostCreate() method in MockTabActivity61 super.onPostCreate(icicle); in onPostCreate()
109 protected void onPostCreate(Bundle savedInstanceState) { in onPostCreate() method in InstrumentationTestActivity110 super.onPostCreate(savedInstanceState); in onPostCreate()263 public void setOnPostCreate(boolean onPostCreate) { in setOnPostCreate() argument264 mOnPostCreate = onPostCreate; in setOnPostCreate()