Home
last modified time | relevance | path

Searched refs:reportUserInteraction (Results 1 – 6 of 6) 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
1111 mService.reportUserInteraction(packageName, userId); in reportUserInteraction()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSuspendedAppActivity.java338 mUsm.reportUserInteraction(mSuspendingPackage, mUserId); in onClick()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1164 reportUserInteraction(r);
1203 reportUserInteraction(r);
1355 reportUserInteraction(r);
1376 reportUserInteraction(r);
1422 reportUserInteraction(r);
3265 protected void reportUserInteraction(NotificationRecord r) {
7581 reportUserInteraction(r);
/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