Move AM/WM unit tests out of FrameworksServicesTests to WmTests

Test: All AM/WM presubmit and non-flaky test pass
    146 com.android.server.am
    188 com.android.server.wm
     32 com.android.server.policy
    $ tradefed.sh run commandAndExit WmTests \
          --include-filter com.android.server.am. \
          --include-annotation android.platform.test.annotations.Presubmit \
          --exclude-annotation androidx.test.filters.FlakyTest
    $ tradefed.sh run commandAndExit WmTests \
          --include-filter com.android.server.wm. \
          --include-annotation android.platform.test.annotations.Presubmit \
          --exclude-annotation androidx.test.filters.FlakyTest
    $ tradefed.sh run commandAndExit WmTests \
          --include-filter com.android.server.policy. \
          --include-annotation android.platform.test.annotations.Presubmit \
          --exclude-annotation androidx.test.filters.FlakyTest
Test: No AM/WM unit test in FrameworksServicesTests
    $ tradefed.sh run commandAndExit FrameworksServicesTests \
          --include-filter com.android.server.am.
    $ tradefed.sh run commandAndExit FrameworksServicesTests \
          --include-filter com.android.server.wm.
    $ tradefed.sh run commandAndExit FrameworksServicesTests \
          --include-filter com.android.server.policy.
Bug: 113800711

Change-Id: I01ab256aabf7e1f1b513fe3b92140f6936c2d649
97 files changed