Searched refs:reportShortcutUsed (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl57 void reportShortcutUsed(String packageName, String shortcutId, int userId);
H A DShortcutManager.java434 * report the shortcuts that are used with {@link #reportShortcutUsed(String)}
795 public void reportShortcutUsed(String shortcutId) { method in class:ShortcutManager
797 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId,
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java1807 mManager.reportShortcutUsed("s1");
1813 mManager.reportShortcutUsed("s1");
1817 mManager.reportShortcutUsed("s2");
1827 mManager.reportShortcutUsed("s2");
1833 mManager.reportShortcutUsed("s2");
1837 mManager.reportShortcutUsed("s3");
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2007 public void reportShortcutUsed(String packageName, String shortcutId, int userId) { method in class:ShortcutService
2013 Slog.d(TAG, String.format("reportShortcutUsed: Shortcut %s package %s used on user %d",
2023 Log.w(TAG, String.format("reportShortcutUsed: package %s doesn't have shortcut %s",

Completed in 403 milliseconds