Home
last modified time | relevance | path

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

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