Searched defs:reportShortcutUsed (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java606 public void reportShortcutUsed(String shortcutId) { method in class:ShortcutManager
608 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId,
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2099 public void reportShortcutUsed(String packageName, String shortcutId, int userId) { method in class:ShortcutService
2105 Slog.d(TAG, String.format("reportShortcutUsed: Shortcut %s package %s used on user %d",
2115 Log.w(TAG, String.format("reportShortcutUsed: package %s doesn't have shortcut %s",

Completed in 78 milliseconds