Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DInstrumentationTestActivity.java288 public boolean isOnResume() { in isOnResume() method in InstrumentationTestActivity
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java271 assertTrue(mActivity.isOnResume()); in testCallActivityOnResume()