Searched refs:reportShortcutUsed (Results 1 – 8 of 8) sorted by relevance
65 void reportShortcutUsed(String packageName, String shortcutId, int userId); in reportShortcutUsed() method
425 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed() method in ShortcutManager427 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, in reportShortcutUsed()
1938 mManager.reportShortcutUsed("s1"); in testReportShortcutUsed()1944 mManager.reportShortcutUsed("s1"); in testReportShortcutUsed()1948 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()1958 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()1964 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()1968 mManager.reportShortcutUsed("s3"); in testReportShortcutUsed()
2248 public void reportShortcutUsed(String packageName, String shortcutId, int userId) { in reportShortcutUsed() method in ShortcutService
11674 PLcom/android/server/pm/ShortcutService;->reportShortcutUsed(Ljava/lang/String;Ljava/lang/String;I)V
14992 Landroid/content/pm/IShortcutService$Stub$Proxy;->reportShortcutUsed(Ljava/lang/String;Ljava/lang/S…15038 Landroid/content/pm/IShortcutService;->reportShortcutUsed(Ljava/lang/String;Ljava/lang/String;I)V
12085 method public void reportShortcutUsed(String);