Loading services/core/java/com/android/server/display/DisplayFrameworkStatsLogger.java +2 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,8 @@ public final class DisplayFrameworkStatsLogger { FrameworkStatsLog.write( FrameworkStatsLog.DISPLAY_EVENT_CALLBACK_OCCURRED, toProtoEventType(event), notifiedUids.copyKeys()); notifiedUids.copyKeys(), notifiedUids.size()); } /** Loading services/tests/displayservicetests/src/com/android/server/display/DisplayFrameworkStatsLoggerTest.java +3 −3 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ public class DisplayFrameworkStatsLoggerTest { .write( FrameworkStatsLog.DISPLAY_EVENT_CALLBACK_OCCURRED, expectedProtoType, uidMap.copyKeys()); uidMap.copyKeys(), 2); } @Test Loading @@ -92,7 +92,7 @@ public class DisplayFrameworkStatsLoggerTest { .write( FrameworkStatsLog.DISPLAY_EVENT_CALLBACK_OCCURRED, expectedProtoType, uidMap.copyKeys()); uidMap.copyKeys(), 1); } @Test Loading @@ -113,6 +113,6 @@ public class DisplayFrameworkStatsLoggerTest { .write( FrameworkStatsLog.DISPLAY_EVENT_CALLBACK_OCCURRED, expectedProtoType, uidMap.copyKeys()); uidMap.copyKeys(), 1); } } Loading
services/core/java/com/android/server/display/DisplayFrameworkStatsLogger.java +2 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,8 @@ public final class DisplayFrameworkStatsLogger { FrameworkStatsLog.write( FrameworkStatsLog.DISPLAY_EVENT_CALLBACK_OCCURRED, toProtoEventType(event), notifiedUids.copyKeys()); notifiedUids.copyKeys(), notifiedUids.size()); } /** Loading
services/tests/displayservicetests/src/com/android/server/display/DisplayFrameworkStatsLoggerTest.java +3 −3 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ public class DisplayFrameworkStatsLoggerTest { .write( FrameworkStatsLog.DISPLAY_EVENT_CALLBACK_OCCURRED, expectedProtoType, uidMap.copyKeys()); uidMap.copyKeys(), 2); } @Test Loading @@ -92,7 +92,7 @@ public class DisplayFrameworkStatsLoggerTest { .write( FrameworkStatsLog.DISPLAY_EVENT_CALLBACK_OCCURRED, expectedProtoType, uidMap.copyKeys()); uidMap.copyKeys(), 1); } @Test Loading @@ -113,6 +113,6 @@ public class DisplayFrameworkStatsLoggerTest { .write( FrameworkStatsLog.DISPLAY_EVENT_CALLBACK_OCCURRED, expectedProtoType, uidMap.copyKeys()); uidMap.copyKeys(), 1); } }