Home
last modified time | relevance | path

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

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