Searched refs:reportShortcutUsed (Results 1 – 8 of 8) sorted by relevance
60 void reportShortcutUsed(String packageName, String shortcutId, int userId); in reportShortcutUsed() method
521 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed() method in ShortcutManager523 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, injectMyUserId()); in reportShortcutUsed()
2183 mManager.reportShortcutUsed("s1"); in testReportShortcutUsed()2189 mManager.reportShortcutUsed("s1"); in testReportShortcutUsed()2193 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()2202 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()2208 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()2212 mManager.reportShortcutUsed("s3"); in testReportShortcutUsed()
2295 ps.reportShortcutUsed(mUsageStatsManagerInternal, shortcut.getId());2692 public void reportShortcutUsed(String packageName, String shortcutId, int userId) {2709 ps.reportShortcutUsed(mUsageStatsManagerInternal, shortcutId);
1685 void reportShortcutUsed(@NonNull final UsageStatsManagerInternal usageStatsManagerInternal, in reportShortcutUsed() method in ShortcutPackage
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12105 Landroid/content/pm/IShortcutService$Stub$Proxy;->reportShortcutUsed(Ljava/lang/String;Ljava/lang/S…12151 Landroid/content/pm/IShortcutService;->reportShortcutUsed(Ljava/lang/String;Ljava/lang/String;I)V
13627 method public void reportShortcutUsed(String);