Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DMockTabActivity.java60 protected void onPostCreate(Bundle icicle) { in onPostCreate() method in MockTabActivity
61 super.onPostCreate(icicle); in onPostCreate()
DInstrumentationTestActivity.java114 protected void onPostCreate(Bundle savedInstanceState) { in onPostCreate() method in InstrumentationTestActivity
115 super.onPostCreate(savedInstanceState); in onPostCreate()
268 public void setOnPostCreate(boolean onPostCreate) { in setOnPostCreate() argument
269 mOnPostCreate = onPostCreate; in setOnPostCreate()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/
DCallbackTrackingActivity.java43 protected void onPostCreate(Bundle savedInstanceState) { in onPostCreate() method in CallbackTrackingActivity
44 super.onPostCreate(savedInstanceState); in onPostCreate()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt4536 method @CallSuper protected void onPostCreate(@Nullable android.os.Bundle);
4537 …method public void onPostCreate(@Nullable android.os.Bundle, @Nullable android.os.PersistableBundl…