Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6817902 authored by Yifan Hong's avatar Yifan Hong
Browse files

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
parent a1219366
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


package com.android.server;
package com.android.server.health;


import static junit.framework.Assert.*;
import static junit.framework.Assert.*;


@@ -36,7 +36,7 @@ import java.util.Arrays;
import java.util.Collection;
import java.util.Collection;
import java.util.NoSuchElementException;
import java.util.NoSuchElementException;


public class BatteryServiceTest extends AndroidTestCase {
public class HealthServiceWrapperTest extends AndroidTestCase {


    @Mock IServiceManager mMockedManager;
    @Mock IServiceManager mMockedManager;
    @Mock IHealth mMockedHal;
    @Mock IHealth mMockedHal;