Home
last modified time | relevance | path

Searched refs:setupActivity (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/src/android/app/cts/
DLocalActivityManagerTest.java44 private void setupActivity(final String action) { in setupActivity() method in LocalActivityManagerTest
62 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_RESUME); in testDispatchResume()
76 setupActivity(LocalActivityManagerTestHelper.ACTION_START_ACTIVITY); in testStartActivity()
82 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_CREATE); in testDispatchCreate()
88 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_STOP); in testDispatchStop()
94 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_PAUSE_TRUE); in testDispatchPauseTrue()
100 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_PAUSE_FALSE); in testDispatchPauseFalse()
106 setupActivity(LocalActivityManagerTestHelper.ACTION_SAVE_INSTANCE_STATE); in testSaveInstanceState()
112 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_DESTROY); in testDispatchDestroy()
118 setupActivity(LocalActivityManagerTestHelper.ACTION_REMOVE_ALL_ACTIVITY); in testRemoveAllActivities()
DSearchManagerTest.java27 private void setupActivity(String action) { in setupActivity() method in SearchManagerTest
40 setupActivity(SearchManagerStubActivity.TEST_STOP_SEARCH); in testStopSearch()
49 setupActivity(SearchManagerStubActivity.TEST_ON_DISMISSLISTENER); in testSetOnDismissListener()
58 setupActivity(SearchManagerStubActivity.TEST_ON_CANCELLISTENER); in testSetOnCancelListener()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java870 private void setupActivity(String action) { in setupActivity() method in ViewGroupTest
881 setupActivity(ViewGroupCtsActivity.ACTION_INVALIDATE_CHILD); in testInvalidateChild()