Searched refs:reportUserInteraction (Results 1 – 6 of 6) sorted by relevance
87 protected void reportUserInteraction(NotificationRecord r) { in reportUserInteraction() method in TestableNotificationManagerService
78 void reportUserInteraction(String packageName, int userId); in reportUserInteraction() method
1109 public void reportUserInteraction(@NonNull String packageName, int userId) { in reportUserInteraction() method in UsageStatsManager1111 mService.reportUserInteraction(packageName, userId); in reportUserInteraction()
338 mUsm.reportUserInteraction(mSuspendingPackage, mUserId); in onClick()
1164 reportUserInteraction(r);1203 reportUserInteraction(r);1355 reportUserInteraction(r);1376 reportUserInteraction(r);1422 reportUserInteraction(r);3265 protected void reportUserInteraction(NotificationRecord r) {7581 reportUserInteraction(r);
2573 public void reportUserInteraction(String packageName, int userId) { in reportUserInteraction() method in UsageStatsService.BinderService