Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DTestableNotificationManagerService.java87 protected void reportUserInteraction(NotificationRecord r) { in reportUserInteraction() method in TestableNotificationManagerService
/aosp14/frameworks/base/core/java/android/app/usage/
H A DIUsageStatsManager.aidl78 void reportUserInteraction(String packageName, int userId); in reportUserInteraction() method
H A DUsageStatsManager.java1109 public void reportUserInteraction(@NonNull String packageName, int userId) { in reportUserInteraction() method in UsageStatsManager
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java2573 public void reportUserInteraction(String packageName, int userId) { in reportUserInteraction() method in UsageStatsService.BinderService