summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yifan Hong <elsk@google.com> 2021-11-05 23:35:57 -0700
committer Yifan Hong <elsk@google.com> 2021-11-08 12:13:15 -0800
commite68179028d1abe101c7d8b6e96c91d58be9d9cc0 (patch)
tree47835e7c4b6a38364fee32a60c3295033aebdc31
parenta1219366acfe8f9c33b66bcdc8200e5a5e045cd7 (diff)
Move BatteryServiceTest to HealthServiceWrapperTest.
Moving the file in this commit so that git recognizes that the file is moved, not deleted then created. Test: none (note: this cannot be built. See next CL that correctly fix this.) Bug: 177269435 Change-Id: I3c41ba1571c30a912b558dac4f1aaf8f1b5c5b61
-rw-r--r--services/tests/servicestests/src/com/android/server/health/HealthServiceWrapperTest.java (renamed from services/tests/servicestests/src/com/android/server/BatteryServiceTest.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/tests/servicestests/src/com/android/server/BatteryServiceTest.java b/services/tests/servicestests/src/com/android/server/health/HealthServiceWrapperTest.java
index a2ecbc30ec64..98c1e1c23de9 100644
--- a/services/tests/servicestests/src/com/android/server/BatteryServiceTest.java
+++ b/services/tests/servicestests/src/com/android/server/health/HealthServiceWrapperTest.java
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package com.android.server;
+package com.android.server.health;
import static junit.framework.Assert.*;
@@ -36,7 +36,7 @@ import java.util.Arrays;
import java.util.Collection;
import java.util.NoSuchElementException;
-public class BatteryServiceTest extends AndroidTestCase {
+public class HealthServiceWrapperTest extends AndroidTestCase {
@Mock IServiceManager mMockedManager;
@Mock IHealth mMockedHal;