Rename variables and refine the format style from ag/14346184
Bug: 14346184 Test: make SettingsRoboTests Test: make SettingsGoogleRoboTests Change-Id: Ie87f2dba2b87781ed5071adbc6f8a2aa45d1fd53
This commit is contained in:
@@ -71,7 +71,7 @@ public final class ConvertUtilsTest {
|
||||
when(mockBatteryEntry.getTimeInBackgroundMs()).thenReturn(5689L);
|
||||
when(mockBatteryEntry.getPowerComponentId()).thenReturn(expectedType);
|
||||
when(mockBatteryEntry.getConsumerType())
|
||||
.thenReturn(ConvertUtils.CONSUMER_TYPE_SYSTEM_BATTERY);
|
||||
.thenReturn(ConvertUtils.CONSUMER_TYPE_SYSTEM_BATTERY);
|
||||
|
||||
final ContentValues values =
|
||||
ConvertUtils.convert(
|
||||
|
||||
Reference in New Issue
Block a user