Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DInstrumentationTestActivity.java266 public void setOnPostCreate(boolean onPostCreate) { in setOnPostCreate() method in InstrumentationTestActivity
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java209 mActivity.setOnPostCreate(false); in testCallActivityOnPostCreate()