Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DMockTabActivity.java60 protected void onPostCreate(Bundle icicle) { in onPostCreate() method in MockTabActivity
61 super.onPostCreate(icicle); in onPostCreate()
DInstrumentationTestActivity.java109 protected void onPostCreate(Bundle savedInstanceState) { in onPostCreate() method in InstrumentationTestActivity
110 super.onPostCreate(savedInstanceState); in onPostCreate()
263 public void setOnPostCreate(boolean onPostCreate) { in setOnPostCreate() argument
264 mOnPostCreate = onPostCreate; in setOnPostCreate()