Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DInstrumentationTestActivity.java262 public boolean isOnPostCreate() { in isOnPostCreate() method in InstrumentationTestActivity
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java216 assertTrue(mActivity.isOnPostCreate()); in testCallActivityOnPostCreate()