OSDN Git Service

Cleanup activity and task creation in unit tests.
authorBryce Lee <brycelee@google.com>
Wed, 25 Oct 2017 17:22:19 +0000 (10:22 -0700)
committerBryce Lee <brycelee@google.com>
Wed, 25 Oct 2017 22:46:35 +0000 (15:46 -0700)
commit18d5159de461411b8d16f0d07c2981c0635d09ea
tree5a18ab100d31e8d57338935ab048370f291201bc
parent642daafd2ba53297d1c0d86a30a60feb48009fda
Cleanup activity and task creation in unit tests.

This changelist replaces static methods used to create activity and
tasks with builders so that they can be extended in the future. This
change also removes the static default component names.

Bug: 64750076
Test: bit FrameworksServicesTests:com.android.server.am.ActivityRecordTests
Test: bit FrameworksServicesTests:com.android.server.am.ActivityStackSupervisorTests
Test: bit FrameworksServicesTests:com.android.server.am.ActivityStackTests
Test: bit FrameworksServicesTests:com.android.server.am.ActivityStarterTests
Test: bit FrameworksServicesTests:com.android.server.am.LaunchBoundsTests
Test: bit FrameworksServicesTests:com.android.server.am.LaunchingActivityPositionerTests
Test: bit FrameworksServicesTests:com.android.server.am.LaunchingTaskPositionerTests
Test: bit FrameworksServicesTests:com.android.server.am.LaunchingBoundsControllerTests
Test: runtest --path frameworks/base/services/tests/servicestests/src/com/android/server/am/RecentTasksTest.java
Change-Id: I389536b1dd618d4f80b5073ded7aeaacbab39cac
services/tests/servicestests/src/com/android/server/am/ActivityRecordTests.java
services/tests/servicestests/src/com/android/server/am/ActivityStackSupervisorTests.java
services/tests/servicestests/src/com/android/server/am/ActivityStackTests.java
services/tests/servicestests/src/com/android/server/am/ActivityStarterTests.java
services/tests/servicestests/src/com/android/server/am/ActivityTestsBase.java
services/tests/servicestests/src/com/android/server/am/LaunchingActivityPositionerTests.java
services/tests/servicestests/src/com/android/server/am/LaunchingTaskPositionerTests.java
services/tests/servicestests/src/com/android/server/am/RecentTasksTest.java