diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/os/IStatsCompanionService.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/IStatsCompanionService.aidl b/core/java/android/os/IStatsCompanionService.aidl index 116262e347de..dde46cd93d5f 100644 --- a/core/java/android/os/IStatsCompanionService.aidl +++ b/core/java/android/os/IStatsCompanionService.aidl @@ -66,7 +66,7 @@ interface IStatsCompanionService { StatsLogEventWrapper[] pullData(int pullCode); /** Send a broadcast to the specified PendingIntent's as IBinder that it should getData now. */ - oneway void sendDataBroadcast(in IBinder intentSender); + oneway void sendDataBroadcast(in IBinder intentSender, long lastReportTimeNs); /** * Requests StatsCompanionService to send a broadcast using the given intentSender |
