Home
last modified time | relevance | path

Searched defs:reportUserInteractionWithBundle (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DIUsageStatsManager.aidl82 …void reportUserInteractionWithBundle(String packageName, int userId, in PersistableBundle eventExt… in reportUserInteractionWithBundle() method
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java2803 public void reportUserInteractionWithBundle(String packageName, @UserIdInt int userId, in reportUserInteractionWithBundle() method in UsageStatsService.BinderService