Searched refs:reportShortcutUsage (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/usage/ |
D | UsageStatsManagerInternal.java | 67 public abstract void reportShortcutUsage(String packageName, String shortcutId, int userId); in reportShortcutUsage() method in UsageStatsManagerInternal
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest2.java | 1876 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 1882 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 1886 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testReportShortcutUsed() 1896 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 1902 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 1906 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testReportShortcutUsed()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsService.java | 1605 public void reportShortcutUsage(String packageName, String shortcutId, int userId) { in reportShortcutUsage() method in UsageStatsService.LocalService
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 2115 mUsageStatsManagerInternal.reportShortcutUsage(packageName, shortcutId, userId); in reportShortcutUsed()
|