Home
last modified time | relevance | path

Searched refs:reportShortcutUsed (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutManager.java643 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed() method in ShortcutManager
645 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, in reportShortcutUsed()
DIShortcutService.aidl64 void reportShortcutUsed(String packageName, String shortcutId, int userId); in reportShortcutUsed() method
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java1877 mManager.reportShortcutUsed("s1"); in testReportShortcutUsed()
1883 mManager.reportShortcutUsed("s1"); in testReportShortcutUsed()
1887 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()
1897 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()
1903 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()
1907 mManager.reportShortcutUsed("s3"); in testReportShortcutUsed()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2184 public void reportShortcutUsed(String packageName, String shortcutId, int userId) { in reportShortcutUsed() method in ShortcutService
/frameworks/base/config/
Dboot-image-profile.txt18195 HSPLandroid/content/pm/IShortcutService$Stub$Proxy;->reportShortcutUsed(Ljava/lang/String;Ljava/lan…
18215 HSPLandroid/content/pm/IShortcutService;->reportShortcutUsed(Ljava/lang/String;Ljava/lang/String;I)V
18873 HSPLandroid/content/pm/ShortcutManager;->reportShortcutUsed(Ljava/lang/String;)V
Dhiddenapi-public-dex.txt8823 Landroid/content/pm/ShortcutManager;->reportShortcutUsed(Ljava/lang/String;)V
/frameworks/base/api/
Dcurrent.txt11625 method public void reportShortcutUsed(java.lang.String);