Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverListControllerTest.java87 public void reportChooserSelection() throws InterruptedException, RemoteException { in reportChooserSelection() method in ResolverListControllerTest
/frameworks/base/core/java/android/app/usage/
DIUsageStatsManager.aidl49 void reportChooserSelection(String packageName, int userId, String contentType, in reportChooserSelection() method
DUsageStatsManager.java1068 public void reportChooserSelection(String packageName, int userId, String contentType, in reportChooserSelection() method in UsageStatsManager
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1356 public void reportChooserSelection(String packageName, int userId, String contentType, in reportChooserSelection() method in UsageStatsService.BinderService