diff options
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/am/ActivityManagerInternalTest.java (renamed from services/tests/wmtests/src/com/android/server/am/ActivityManagerInternalTest.java) | 2 | ||||
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/am/ActivityManagerServiceTest.java (renamed from services/tests/wmtests/src/com/android/server/am/ActivityManagerServiceTest.java) | 2 | ||||
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/am/ActivityManagerTest.java (renamed from services/tests/wmtests/src/com/android/server/am/ActivityManagerTest.java) | 2 | ||||
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/am/AppErrorDialogTest.java (renamed from services/tests/wmtests/src/com/android/server/am/AppErrorDialogTest.java) | 2 | ||||
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/am/BroadcastRecordTest.java (renamed from services/tests/wmtests/src/com/android/server/am/BroadcastRecordTest.java) | 2 | ||||
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/am/CoreSettingsObserverTest.java (renamed from services/tests/wmtests/src/com/android/server/am/CoreSettingsObserverTest.java) | 2 | ||||
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/am/GlobalSettingsToPropertiesMapperTest.java (renamed from services/tests/wmtests/src/com/android/server/am/GlobalSettingsToPropertiesMapperTest.java) | 2 | ||||
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/am/MemoryStatUtilTest.java (renamed from services/tests/wmtests/src/com/android/server/am/MemoryStatUtilTest.java) | 2 | ||||
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/am/UserControllerTest.java (renamed from services/tests/wmtests/src/com/android/server/am/UserControllerTest.java) | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/services/tests/wmtests/src/com/android/server/am/ActivityManagerInternalTest.java b/services/tests/servicestests/src/com/android/server/am/ActivityManagerInternalTest.java index 0e10836ae33d..e4fe5995ce2f 100644 --- a/services/tests/wmtests/src/com/android/server/am/ActivityManagerInternalTest.java +++ b/services/tests/servicestests/src/com/android/server/am/ActivityManagerInternalTest.java @@ -33,7 +33,7 @@ import org.mockito.MockitoAnnotations; * Test class for {@link ActivityManagerInternal}. * * Build/Install/Run: - * atest WmTests:ActivityManagerInternalTest + * atest FrameworksServicesTests:ActivityManagerInternalTest */ public class ActivityManagerInternalTest { private static final int TEST_UID1 = 111; diff --git a/services/tests/wmtests/src/com/android/server/am/ActivityManagerServiceTest.java b/services/tests/servicestests/src/com/android/server/am/ActivityManagerServiceTest.java index 0ed076375cdc..767eb60de4f8 100644 --- a/services/tests/wmtests/src/com/android/server/am/ActivityManagerServiceTest.java +++ b/services/tests/servicestests/src/com/android/server/am/ActivityManagerServiceTest.java @@ -89,7 +89,7 @@ import java.util.function.Function; * Test class for {@link ActivityManagerService}. * * Build/Install/Run: - * atest WmTests:ActivityManagerServiceTest + * atest FrameworksServicesTests:ActivityManagerServiceTest */ @SmallTest @FlakyTest(bugId = 113616538) diff --git a/services/tests/wmtests/src/com/android/server/am/ActivityManagerTest.java b/services/tests/servicestests/src/com/android/server/am/ActivityManagerTest.java index 1215ec401f5b..8965152257c6 100644 --- a/services/tests/wmtests/src/com/android/server/am/ActivityManagerTest.java +++ b/services/tests/servicestests/src/com/android/server/am/ActivityManagerTest.java @@ -38,7 +38,7 @@ import java.util.List; * Tests for {@link ActivityManager}. * * Build/Install/Run: - * atest WmTests:ActivityManagerTest + * atest FrameworksServicesTests:ActivityManagerTest */ @FlakyTest(detail = "Promote to presubmit if stable") @Presubmit diff --git a/services/tests/wmtests/src/com/android/server/am/AppErrorDialogTest.java b/services/tests/servicestests/src/com/android/server/am/AppErrorDialogTest.java index e70f069e8027..05cb48b7d64d 100644 --- a/services/tests/wmtests/src/com/android/server/am/AppErrorDialogTest.java +++ b/services/tests/servicestests/src/com/android/server/am/AppErrorDialogTest.java @@ -34,7 +34,7 @@ import java.io.File; /** * Build/Install/Run: - * atest WmTests:AppErrorDialogTest + * atest FrameworksServicesTests:AppErrorDialogTest */ @SmallTest @FlakyTest(bugId = 113616538) diff --git a/services/tests/wmtests/src/com/android/server/am/BroadcastRecordTest.java b/services/tests/servicestests/src/com/android/server/am/BroadcastRecordTest.java index c39d84abdca7..0889265dd663 100644 --- a/services/tests/wmtests/src/com/android/server/am/BroadcastRecordTest.java +++ b/services/tests/servicestests/src/com/android/server/am/BroadcastRecordTest.java @@ -38,7 +38,7 @@ import java.util.List; * Test class for {@link BroadcastRecord}. * * Build/Install/Run: - * atest WmTests:BroadcastRecordTest + * atest FrameworksServicesTests:BroadcastRecordTest */ @SmallTest @Presubmit diff --git a/services/tests/wmtests/src/com/android/server/am/CoreSettingsObserverTest.java b/services/tests/servicestests/src/com/android/server/am/CoreSettingsObserverTest.java index 14463e39e4d8..9626990efdcd 100644 --- a/services/tests/wmtests/src/com/android/server/am/CoreSettingsObserverTest.java +++ b/services/tests/servicestests/src/com/android/server/am/CoreSettingsObserverTest.java @@ -49,7 +49,7 @@ import java.io.File; * Test class for {@link CoreSettingsObserver}. * * Build/Install/Run: - * atest WmTests:CoreSettingsObserverTest + * atest FrameworksServicesTests:CoreSettingsObserverTest */ @SmallTest public class CoreSettingsObserverTest { diff --git a/services/tests/wmtests/src/com/android/server/am/GlobalSettingsToPropertiesMapperTest.java b/services/tests/servicestests/src/com/android/server/am/GlobalSettingsToPropertiesMapperTest.java index 0d11af1e835e..c162c3b9cc42 100644 --- a/services/tests/wmtests/src/com/android/server/am/GlobalSettingsToPropertiesMapperTest.java +++ b/services/tests/servicestests/src/com/android/server/am/GlobalSettingsToPropertiesMapperTest.java @@ -40,7 +40,7 @@ import java.util.Map; * Tests for {@link GlobalSettingsToPropertiesMapper} * * Build/Install/Run: - * atest WmTests:GlobalSettingsToPropertiesMapperTest + * atest FrameworksServicesTests:GlobalSettingsToPropertiesMapperTest */ @SmallTest public class GlobalSettingsToPropertiesMapperTest { diff --git a/services/tests/wmtests/src/com/android/server/am/MemoryStatUtilTest.java b/services/tests/servicestests/src/com/android/server/am/MemoryStatUtilTest.java index 75e75c3e4860..c7409d7f8335 100644 --- a/services/tests/wmtests/src/com/android/server/am/MemoryStatUtilTest.java +++ b/services/tests/servicestests/src/com/android/server/am/MemoryStatUtilTest.java @@ -36,7 +36,7 @@ import java.util.Collections; /** * Build/Install/Run: - * atest WmTests:MemoryStatUtilTest + * atest FrameworksServicesTests:MemoryStatUtilTest */ @SmallTest public class MemoryStatUtilTest { diff --git a/services/tests/wmtests/src/com/android/server/am/UserControllerTest.java b/services/tests/servicestests/src/com/android/server/am/UserControllerTest.java index 7c5ee8eaa42d..bd03a8d22643 100644 --- a/services/tests/wmtests/src/com/android/server/am/UserControllerTest.java +++ b/services/tests/servicestests/src/com/android/server/am/UserControllerTest.java @@ -88,7 +88,7 @@ import java.util.Set; * Tests for {@link UserController}. * * Build/Install/Run: - * atest WmTests:UserControllerTest + * atest FrameworksServicesTests:UserControllerTest */ @SmallTest @Presubmit |