Searched refs:reportBroadcastDispatched (Results 1 – 5 of 5) sorted by relevance
391 public abstract void reportBroadcastDispatched(int sourceUid, @NonNull String targetPackage, in reportBroadcastDispatched() method in UsageStatsManagerInternal
1599 mService.mUsageStatsService.reportBroadcastDispatched( in maybeReportBroadcastDispatchedEventLocked()
1960 mService.mUsageStatsService.reportBroadcastDispatched(r.callingUid, targetPackage, in reportUsageStatsBroadcastDispatched()
1022 verify(mAms.mUsageStatsService).reportBroadcastDispatched(eq(callerApp.uid),
3195 public void reportBroadcastDispatched(int sourceUid, @NonNull String targetPackage, in reportBroadcastDispatched() method in UsageStatsService.LocalService