Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverListControllerTest.java91 public void reportChooserSelection() throws InterruptedException, RemoteException { in reportChooserSelection() method in ResolverListControllerTest
/aosp12/frameworks/base/core/java/android/app/usage/
H A DIUsageStatsManager.aidl48 void reportChooserSelection(String packageName, int userId, String contentType, in reportChooserSelection() method
H A DUsageStatsManager.java1260 public void reportChooserSelection(String packageName, int userId, String contentType, in reportChooserSelection() method in UsageStatsManager
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java2000 public void reportChooserSelection(String packageName, int userId, String contentType, in reportChooserSelection() method in UsageStatsService.BinderService