Loading tests/robotests/src/com/android/settings/fuelgauge/batteryusage/db/AppUsageEventEntityTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import org.robolectric.RobolectricTestRunner; public final class AppUsageEventEntityTest { @Test public void testBuilder_returnsExpectedResult() { final long uid = 101L; final int uid = 101; final long userId = 1001L; final long timestamp = 10001L; final int appUsageEventType = 1; Loading tests/robotests/src/com/android/settings/testutils/BatteryTestUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ public class BatteryTestUtils { Context context, long userId, long timestamp, String packageName, boolean multiple) { final AppUsageEventEntity entity = new AppUsageEventEntity( /* uid= */ 101L, /* uid= */ 101, userId, timestamp, /* appUsageEventType= */ 2, Loading Loading
tests/robotests/src/com/android/settings/fuelgauge/batteryusage/db/AppUsageEventEntityTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import org.robolectric.RobolectricTestRunner; public final class AppUsageEventEntityTest { @Test public void testBuilder_returnsExpectedResult() { final long uid = 101L; final int uid = 101; final long userId = 1001L; final long timestamp = 10001L; final int appUsageEventType = 1; Loading
tests/robotests/src/com/android/settings/testutils/BatteryTestUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ public class BatteryTestUtils { Context context, long userId, long timestamp, String packageName, boolean multiple) { final AppUsageEventEntity entity = new AppUsageEventEntity( /* uid= */ 101L, /* uid= */ 101, userId, timestamp, /* appUsageEventType= */ 2, Loading