Home
last modified time | relevance | path

Searched defs:reportUserInteraction (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DIUsageStatsManager.aidl68 void reportUserInteraction(String packageName, int userId); in reportUserInteraction() method
DUsageStatsManager.java990 public void reportUserInteraction(@NonNull String packageName, int userId) { in reportUserInteraction() method in UsageStatsManager
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java2004 public void reportUserInteraction(String packageName, int userId) { in reportUserInteraction() method in UsageStatsService.BinderService
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java372 protected void reportUserInteraction(NotificationRecord r) { in reportUserInteraction() method in NotificationManagerServiceTest.TestableNotificationManagerService