Home
last modified time | relevance | path

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

/cts/tests/tests/app/src/android/app/cts/
DLocalActivityManagerTest.java43 private void setupActivity(final String action) { in setupActivity() method in LocalActivityManagerTest
61 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_RESUME); in testDispatchResume()
75 setupActivity(LocalActivityManagerTestHelper.ACTION_START_ACTIVITY); in testStartActivity()
81 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_CREATE); in testDispatchCreate()
87 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_STOP); in testDispatchStop()
93 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_PAUSE_TRUE); in testDispatchPauseTrue()
99 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_PAUSE_FALSE); in testDispatchPauseFalse()
105 setupActivity(LocalActivityManagerTestHelper.ACTION_SAVE_INSTANCE_STATE); in testSaveInstanceState()
111 setupActivity(LocalActivityManagerTestHelper.ACTION_DISPATCH_DESTROY); in testDispatchDestroy()
117 setupActivity(LocalActivityManagerTestHelper.ACTION_REMOVE_ALL_ACTIVITY); in testRemoveAllActivities()
DSearchManagerTest.java24 private void setupActivity(String action) { in setupActivity() method in SearchManagerTest
34 setupActivity(SearchManagerStubActivity.TEST_STOP_SEARCH); in testStopSearch()
40 setupActivity(SearchManagerStubActivity.TEST_ON_DISMISSLISTENER); in testSetOnDismissListener()
46 setupActivity(SearchManagerStubActivity.TEST_ON_CANCELLISTENER); in testSetOnCancelListener()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java865 private void setupActivity(String action) { in setupActivity() method in ViewGroupTest
876 setupActivity(ViewGroupCtsActivity.ACTION_INVALIDATE_CHILD); in testInvalidateChild()